Skip to content

v2.4

Compare
Choose a tag to compare
@mta452 mta452 released this 19 Mar 16:10
· 387 commits to master since this release
63568a9

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