Interface Font
-
Method Summary
Modifier and TypeMethodDescriptionfloat
Deprecated.getGlyph
(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. -
baselineShift
Deprecated.this is a crutch to be used untilTextFragmentWidget
is able to adjust its height and offset characters to fit. -
getGlyph
-
TextFragmentWidget
is able to adjust its height and offset characters to fit.