Re: [python-win32] List all fonts filename

2023-01-03 Thread Tim Roberts
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

Re: [python-win32] Object type puzzle

2023-01-03 Thread Mark Hammond
On 4/01/2023 12:58 am, Bob Kline wrote: I've made good progress on our project to port our XMetaL JScript macros to Python (see the thread from about a month ago referring to the project). All the macros (a couple of hundred of them) have been rewritten in Python, and they all appear to work

[python-win32] Object type puzzle

2023-01-03 Thread Bob Kline
I've made good progress on our project to port our XMetaL JScript macros to Python (see the thread from about a month ago referring to the project). All the macros (a couple of hundred of them) have been rewritten in Python, and they all appear to work correctly (though testing in earnest is still