1 parent 62e7315 commit 1bd60e8Copy full SHA for 1bd60e8
1 file changed
find_system_fonts_filename/windows/dwrite.py
@@ -346,5 +346,5 @@ def __init__(self) -> None:
346
347
# https://learn.microsoft.com/en-us/windows/win32/api/dwrite/nf-dwrite-dwritecreatefactory
348
self.DWriteCreateFactory = dwrite.DWriteCreateFactory
349
- self.DWriteCreateFactory.restype = HRESULT
350
- self.DWriteCreateFactory.argtypes = [wintypes.UINT, POINTER(IID), POINTER(POINTER(IUnknown))]
+ #self.DWriteCreateFactory.restype = HRESULT
+ #self.DWriteCreateFactory.argtypes = [wintypes.UINT, POINTER(IID), POINTER(POINTER(IUnknown))]
0 commit comments