rougier / freetype-py

Python binding for the freetype library
Other
301 stars 87 forks source link

Glyph class misses the 'advance' attribute #3

Open horasio opened 10 years ago

horasio commented 10 years ago

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() )

rougier commented 10 years ago

Thanks. Do you have fix by any chance ?

horasio commented 10 years ago

No. I think I can do it; so I'll try to prepare a 'pull request'.

rougier commented 10 years ago

That would be great !

adrientetar commented 8 years ago

Was this issue ever patched? If not, it should probably remain open.

rougier commented 8 years ago

Good point. I nee to check, I will close it again it it has been solved.