v2.4
Additions
- Added support for variable fonts
- Covered variable fonts in demo project
- Wrote likable label in demo project
FontFile
:
- Named Typefaces:
List<Typeface> getTypefaces()
Typeface
:
- Variation Axes:
List<VariationAxis> getVariationAxes()
- Variation Coordinates:
float[] getVariationCoordinates()
- Variation Instance:
Typeface getVariationInstance(float[] coordinates)
ShapingResult
:
- Caret Edges:
FloatList getCaretEdges(boolean[] caretStops)
Updates
- Added static constructors in table classes
- Used sheen figure for caret handling
- Updated free type to version 2.10.0