Searched refs:fMaxFontHeight (Results 1 – 2 of 2) sorted by relevance
151 static const float fMaxFontHeight = 144.0; in AtsTextStyle() local152 if( fScaledFontHeight > fMaxFontHeight ) in AtsTextStyle()154 mfFontScale = fScaledFontHeight / fMaxFontHeight; in AtsTextStyle()155 fScaledFontHeight = fMaxFontHeight; in AtsTextStyle()
91 static const float fMaxFontHeight = 144.0; // TODO: is there a limit for CoreText? in CTTextStyle()92 if( fScaledFontHeight > fMaxFontHeight ) in CTTextStyle()94 mfFontScale = fScaledFontHeight / fMaxFontHeight; in CTTextStyle()95 fScaledFontHeight = fMaxFontHeight; in CTTextStyle()
Completed in 19 milliseconds