freetype-py icon indicating copy to clipboard operation
freetype-py copied to clipboard

Glyph class misses the 'advance' attribute

Open horasio opened this issue 10 years ago • 5 comments

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

horasio avatar Jun 24 '14 08:06 horasio

Thanks. Do you have fix by any chance ?

rougier avatar Jun 24 '14 09:06 rougier

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

horasio avatar Jun 24 '14 09:06 horasio

That would be great !

rougier avatar Jun 24 '14 09:06 rougier

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

adrientetar avatar Dec 24 '15 21:12 adrientetar

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

rougier avatar Dec 25 '15 18:12 rougier