Lines Matching refs:fontShape
5004 this.fontShape = void 0;
5017 this.fontShape = data.fontShape || '';
5041 fontShape: this.fontShape,
5206 _proto.withTextFontShape = function withTextFontShape(fontShape) {
5208 fontShape: fontShape, property
5592 fontName = retrieveTextFontName(fontOrFamily, options.fontWeight, options.fontShape);
5593 fontClasses = [fontOrFamily, options.fontWeight, options.fontShape];
5618 var _fontName = retrieveTextFontName("amsrm", options.fontWeight, options.fontShape);
5620 …ol(text, _fontName, mode, options, classes.concat("amsrm", options.fontWeight, options.fontShape));
5622 var _fontName2 = retrieveTextFontName("textrm", options.fontWeight, options.fontShape);
5624 …makeSymbol(text, _fontName2, mode, options, classes.concat(options.fontWeight, options.fontShape));
5627 …var _fontName3 = retrieveTextFontName(font, options.fontWeight, options.fontShape); // We add font…
5630 …ext, _fontName3, mode, options, classes.concat(_fontName3, options.fontWeight, options.fontShape));
5966 var retrieveTextFontName = function retrieveTextFontName(fontFamily, fontWeight, fontShape) {
5993 if (fontWeight === "textbf" && fontShape === "textit") {
7025 if (options.fontShape === "textit" && options.fontWeight === "textbf") {
7027 } else if (options.fontShape === "textit") {
7034 } else if (options.fontShape === "textit" && options.fontWeight === "textbf") {
7036 } else if (options.fontShape === "textit") {