Jun Komoda
Jun Komoda
`IDWriteFontSet.GetPropertyValues` is duplicated in three places. Not implementing this section may be causing inconsistencies in the vtbl index.
While reading the [`IDWriteFontSet`](https://learn.microsoft.com/en-us/windows/win32/api/dwrite_3/nn-dwrite_3-idwritefontset) documentation, I noticed that `GetPropertyValues` and `GetMatchingFonts` are declared as overloaded methods. Furthermore, regarding the relationship between overloaded methods and COM visible interfaces, Microsoft's documentation mentions...
Is there an update on this issue?
Does it mean that https://github.com/enthought/comtypes/issues/521#issuecomment-2002002584 did not provide a solution to the problem? Even if it errors out, have you noticed any differences in the error message or error type...
Is there an update on this issue? Do you have any idea how to use `IDWriteFontSet` with languages other than Python or packages other than `comtypes`? If those work as...
I’m glad to hear that the issue seems to be resolved. The [header file](https://github.com/tpn/winsdk-10/blob/9b69fd26ac0c7d0b83d378dba01080e93349c2ed/Include/10.0.10240.0/um/dwrite_3.h#L507-L684) you were referring to hasn’t been updated for 9 years. Probably, this difference in the vtable...
Hi, Have you used tools like [Inspect.exe](https://learn.microsoft.com/en-us/windows/win32/winauto/inspect-objects) to inspect the GUI elements?
Have you tried `pip install --upgrade setuptools`?
I have successfully installed `pywinauto==0.6.8` in a virtual environment created with Python 3.11.7 and `pipenv`. I see from your process that you are probably trying to install the contents of...
I previously submitted a PR to resolve this issue. https://github.com/pywinauto/pywinauto/pull/1323 It hasn't been merged yet, so I'd like you to try pulling this branch to your local environment and test...