Home | History | Annotate | Download | only in fonts

Lines Matching refs:fTestFont

119     , fTestFont(testFont) {
123 glyph->fAdvanceX = fTestFont->fWidths[glyph->getGlyphID()];
128 *metrics = fTestFont->fMetrics;
132 glyph->fAdvanceX = fTestFont->fWidths[glyph->getGlyphID()];
137 *path = *fTestFont->fPaths[glyph.getGlyphID()];
150 info->fFontName.set(fTestFont->fName);
156 desc->setFamilyName(fTestFont->fName);
165 glyphs[index] = fTestFont->codeToIndex(ch);
171 *familyName = fTestFont->fName;
175 SkString familyName(fTestFont->fName);