Lines Matching refs:fontShape
5012 this.fontShape = void 0;
5025 this.fontShape = data.fontShape || '';
5047 fontShape: this.fontShape, property
5212 withTextFontShape(fontShape) { argument
5214 fontShape, property
5582 fontName = retrieveTextFontName(fontOrFamily, options.fontWeight, options.fontShape);
5583 fontClasses = [fontOrFamily, options.fontWeight, options.fontShape];
5608 const fontName = retrieveTextFontName("amsrm", options.fontWeight, options.fontShape);
5609 …bol(text, fontName, mode, options, classes.concat("amsrm", options.fontWeight, options.fontShape));
5611 const fontName = retrieveTextFontName("textrm", options.fontWeight, options.fontShape);
5612 …n makeSymbol(text, fontName, mode, options, classes.concat(options.fontWeight, options.fontShape));
5615 …const fontName = retrieveTextFontName(font, options.fontWeight, options.fontShape); // We add font…
5617 …ol(text, fontName, mode, options, classes.concat(fontName, options.fontWeight, options.fontShape));
5950 const retrieveTextFontName = function retrieveTextFontName(fontFamily, fontWeight, fontShape) { argument
5977 if (fontWeight === "textbf" && fontShape === "textit") {
6968 if (options.fontShape === "textit" && options.fontWeight === "textbf") {
6970 } else if (options.fontShape === "textit") {
6977 } else if (options.fontShape === "textit" && options.fontWeight === "textbf") {
6979 } else if (options.fontShape === "textit") {