Scroll to navigation

ChooseFontW(3w) Wine API 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

Declared in "commdlg.h".
Implemented in "dlls/comdlg32/fontdlg.c".
Debug channel "commdlg".
Oct 2012 Wine API