ChooseFontW (COMDLG32.@)
BOOL ChooseFontW ( LPCHOOSEFONTW lpChFont )
Create a font dialog box.
lpChFont | [In/Out] | in: information to initialize the dialog box. out: User's color selection. |
TRUE: Ok button clicked.
FALSE: Cancel button clicked, or error.
Declared in "include/commdlg.h". gitlab.winehq.org/wine/wine/blob/master/include/commdlg.h
Implemented in "dlls/comdlg32/fontdlg.c". gitlab.winehq.org/wine/wine/blob/master/dlls/comdlg32/fontdlg.c
Debug channel "commdlg".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.