freetype-py
freetype-py copied to clipboard
Glyph class misses the 'advance' attribute
First: thank you for this nice python module :-) Second: the doc string says the Glyph class should contain an attribute 'advance' but it is missing. I think it should be available just as in the GlyphSlot class. ( Currently, I have to cache it separately from the Glyph obtain via face.glyph.get_glyph() )
Thanks. Do you have fix by any chance ?
No. I think I can do it; so I'll try to prepare a 'pull request'.
That would be great !
Was this issue ever patched? If not, it should probably remain open.
Good point. I nee to check, I will close it again it it has been solved.