Re: List all fonts filename

Tim Roberts <[email protected]> Tue, 3 Jan 2023 23:51:20 -0800
Newsgroups gmane.comp.python.windows
Message-ID <[email protected]>
On 1/3/23 6:13 PM, moi15moismokerlolilol wrote:

> I don't wanna list the family name.

Then what do you want?  Do you understand how Windows arranges fonts?  
"Arial" is a font family.  "Tahoma" is a font family.  You can enumerate 
all of the fonts using the WIn32 API, and everything in the Win32 API 
can be accessed through pywin32.

-- 
Tim Roberts, [email protected]
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
[email protected]
https://mail.python.org/mailman/listinfo/python-win32