Searched refs:meAutoHint (Results 1 – 2 of 2) sorted by relevance
142 FontAutoHint meAutoHint; // whether the font should be autohinted member in ImplFontOptions149 meAutoHint(AUTOHINT_DONTKNOW), in ImplFontOptions()157 meAutoHint(eAutoHint), in ImplFontOptions()161 FontAutoHint GetUseAutoHint() const { return meAutoHint; } in GetUseAutoHint()
1168 rOptions.meAutoHint = autohint ? AUTOHINT_TRUE : AUTOHINT_FALSE; in getFontOptions()
Completed in 17 milliseconds