Interface Font
-
Method Summary
Modifier and TypeMethodDescriptiongetGlyph
(int codepoint) float
The scale factor to be applied to the font size when emitting vertex data.
-
Method Details
-
scaleFactor
float scaleFactor()The scale factor to be applied to the font size when emitting vertex data. TheGlyphRef.minX()
andGlyphRef.maxX()
must have this premultiplied. -
getGlyph
-