Searched defs:bestFont (Results 1 - 1 of 1) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DFontFamily.cpp154 const Font* bestFont = NULL; local
160 bestFont = &font;
165 if (bestFont == NULL) {
168 result.font = bestFont->typeface;
169 result.fakery = computeFakery(style, bestFont->style);

Completed in 199 milliseconds