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". https://source.winehq.org/source/include/commdlg.h

Implemented in "dlls/comdlg32/fontdlg.c". https://source.winehq.org/source/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 May 2024.