<div dir="ltr">Hi,<div>Is it possible to list all the fonts filename with pywin32?</div><div><br></div><div>From what I can see, it is possible with the <a href="https://learn.microsoft.com/en-us/windows/win32/api/wingdi/nf-wingdi-getfontdata">GetFontData</a> from GDI.</div><div><br></div><div>Here is an example in c++: <a href="https://stackoverflow.com/questions/16769758/get-a-font-filename-based-on-the-font-handle-hfont">https://stackoverflow.com/questions/16769758/get-a-font-filename-based-on-the-font-handle-hfont</a><br></div><div><br></div><div>Have a nice day</div></div>