No path generation from Glyphs on Android

Hi everyone !

I was working on an optimized multi-font text display and went down the framework to use the Low-level class GlyphArrangement and its method createPath, which itself relies on the method Typeface::getOutlineForGlyph. And the problem is very simple : the android-native implementation of the latter is a dummy placeholder that does nothing and simply returns false without asserting or anything.

Would it be possible for you to do a proper implementation of this method ?

Thanks in advance!

Regards,

ZeCroque

1 Like