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

/frameworks/minikin/libs/minikin/
H A DFontFamily.cpp130 const Font* bestFont = NULL; local
136 bestFont = &font;
141 if (bestFont == NULL) {
144 result.font = bestFont->typeface;
145 result.fakery = computeFakery(style, bestFont->style);

Completed in 85 milliseconds