I have bindings for freetype 2.4.0 for Python. I dont understand why that:

AttributeError: module 'freetype' has no attribute 'Face'

is coming from:

importfreetype
face=freetype.Face("Vera.ttf")
face.set_char_size( 48*64 )
face.load_char('S')
bitmap=face.glyph.bitmapprint(bitmap.buffer)

Is there something wrong with the freetype.Face usage here?

Sent with [Proton Mail](https://proton.me/) secure email.

Reply via email to