ChooseFontW(3w)
NAME
ChooseFontW (COMDLG32.@)
SYNOPSIS
BOOL ChooseFontW
(
LPCHOOSEFONTW lpChFont
)
DESCRIPTION
Create a font dialog box.
PARAMS
lpChFont [In/Out] in: information to initialize the dialog box. out:
User's color selection.
RETURNS
TRUE: Ok button clicked.
FALSE: Cancel button clicked, or error.
IMPLEMENTATION
Defined in "commdlg.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/comdlg32/fontdlg.c".
- Debug channel "commdlg".