Skip to content

v2.7

Compare
Choose a tag to compare
@mta452 mta452 released this 17 Oct 04:17
· 214 commits to master since this release

Additions

  • A new custom text view component based on ScrollView
  • Presented Surah Al-Kahf with Tajweed rules in demo project
  • Added variation support in text shaping
  • Added support for named styles in typeface
  • Added support for caching glyph advances during text shaping

Updates

  • Fixed an issue related to default palette selection in Typeface
  • Broke down Typeface into multiple classes on JNI side
  • Introduced RenderableFace class for holding FT_Face in JNI
  • Introduced ShapableFace class for holding custom implementation of hb_font in JNI
  • Used custom mechanism for handling variation coordinates
  • Moved variable font description handling to Java side
  • Removed references to NameTable in Typeface class
  • Removed suppress warnings of Raw Types in LruCache