Home | History | Annotate | Download | only in pdf

Lines Matching refs:fontInfo

753         fontMetrics = relatedFont->fontInfo();
869 SkAdvancedTypefaceMetrics* SkPDFFont::fontInfo() {
992 SkPDFType0Font* newSubset = new SkPDFType0Font(fontInfo(), typeface());
1007 insertName("BaseFont", fontInfo()->fFontName);
1011 newCIDFont = new SkPDFCIDFont(fontInfo(), typeface(), subset);
1049 int fontSize = get_subset_font_stream(fontInfo()->fFontName.c_str(),
1095 if (fontInfo()->fType == SkAdvancedTypefaceMetrics::kTrueType_Font) {
1124 insertName("BaseFont", fontInfo()->fFontName);
1142 if (fontInfo()->fGlyphWidths.get()) {
1145 composeAdvanceData(fontInfo()->fGlyphWidths.get(),
1146 fontInfo()->fEmSize, &appendWidth,
1153 fontInfo()->fEmSize));
1156 if (fontInfo()->fVerticalMetrics.get()) {
1162 composeAdvanceData(fontInfo()->fVerticalMetrics.get(),
1163 fontInfo()->fEmSize, &appendVerticalAdvance,
1172 fontInfo()->fEmSize,
1234 SkASSERT(!fontInfo()->fVerticalMetrics.get());
1235 SkASSERT(fontInfo()->fGlyphWidths.get());
1242 for (widthEntry = fontInfo()->fGlyphWidths.get();
1264 insertName("BaseFont", fontInfo()->fFontName);
1279 encDiffs->appendName(fontInfo()->fGlyphNames->get()[gID].c_str());
1292 const uint16_t emSize = fontInfo()->fEmSize;