Hi,
Is it possible to list all the fonts filename with pywin32?

>From what I can see, it is possible with the GetFontData
<https://learn.microsoft.com/en-us/windows/win32/api/wingdi/nf-wingdi-getfontdata>
from
GDI.

Here is an example in c++:
https://stackoverflow.com/questions/16769758/get-a-font-filename-based-on-the-font-handle-hfont

Have a nice day
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to