Searched refs:subFont (Results 1 – 4 of 4) sorted by relevance
93 LEGlyphID subFont = LE_SET_SUB_FONT(0, script); in mapCharToGlyph() local96 return subFont; in mapCharToGlyph()101 return LE_SET_GLYPH(subFont, glyph); in mapCharToGlyph()
242 CFF_SubFont subFont; in cf2_font_setup() local251 subFont = cf2_getSubfont( decoder ); in cf2_font_setup()252 if ( font->lastSubfont != subFont ) in cf2_font_setup()254 font->lastSubfont = subFont; in cf2_font_setup()
804 …const LEFontInstance *subFont = runFont->getSubFont(fChars, &offset, styleRunLimits[run], script, … in computeSubFonts() local811 subFontRuns->add(subFont, offset); in computeSubFonts()