Searched refs:fontShape (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/ |
D | katex.js | 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); [all …]
|
D | katex.min.js | 1 …fontShape=void 0,this.sizeMultiplier=void 0,this.maxSize=void 0,this.minRuleThickness=void 0,this.… property
|
D | katex.mjs | 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); [all …]
|