Class FKFont
java.lang.Object
dev.pfaff.altargui.pathfinder.fontkit.FKFont
- All Implemented Interfaces:
Font
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
getGlyph
(int codepoint) float
The scale factor to be applied to the font size when emitting vertex data.
-
Constructor Details
-
FKFont
-
-
Method Details
-
scaleFactor
public float scaleFactor()Description copied from interface:Font
The scale factor to be applied to the font size when emitting vertex data. TheGlyphRef.minX()
andGlyphRef.maxX()
must have this premultiplied.- Specified by:
scaleFactor
in interfaceFont
-
baselineShift
public float baselineShift()- Specified by:
baselineShift
in interfaceFont
-
getGlyph
-