Which download to build for Windows 11 Pro?

2023-12-15 Thread philliprusso
Which file should I download for building freetype dll on Windows 11 Pro for use with Python? Sent with [Proton Mail](https://proton.me/) secure email.

Re: Freetype for Python. AttributeError: module 'freetype' has no attribute 'Face'

2023-12-15 Thread Alexei Podtelezhnikov
>  > Both comments from Alex are wrong... > Yeah, I figured it out

Re: Which download to build for Windows 11 Pro?

2023-12-15 Thread Alexei Podtelezhnikov
Which file should I download for building freetype dll on Windows 11 Pro for use with Python?ubawurinna/freetype-windows-binaries: Windows binaries of FreeTypegithub.comBut if you insist on building it yourself, you should ask more specific question and describe your compilation tools.

Re: Which download to build for Windows 11 Pro?

2023-12-15 Thread Hin-Tak Leung
It is still not exactly clear what you are trying to do, and how/why you are going about it. Feeetype-py for windows AFAIK bundles the freetype dll, although there is a not yet merged pull which tries to build the bundled freetype dll with more

Re: Freetype for Python. AttributeError: module 'freetype' has no attribute 'Face'

2023-12-15 Thread Hin-Tak Leung
Both comments from Alex are wrong...  freetype-py has its own versioning, it is confusing, but 2.4.0 is current: https://github.com/rougier/freetype-py/releases   And has its init hook too: https://github.com/rougier/freetype-py/blob/master/freetype/__init__.py I think that the python load path