ChooseFont

E724284

ChooseFont is a Windows common dialog box function that lets applications display a standard interface for users to select and configure font settings.

All labels observed (1)

Label Occurrences
ChooseFont canonical 1

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf Windows API function ⓘ
common dialog box function ⓘ
font selection dialog function ⓘ
belongsToFamily Windows common dialogs ⓘ
callingConvention WINAPI ⓘ
category Common Dialog Box Library ⓘ
linked to: Comdlg32
configurableViaFlag CF_BOTH ⓘ
CF_EFFECTS ⓘ
CF_FIXEDPITCHONLY ⓘ
CF_FORCEFONTEXIST ⓘ
CF_INITTOLOGFONTSTRUCT ⓘ
CF_LIMITSIZE ⓘ
CF_NOSCRIPTSEL ⓘ
CF_NOSIMULATIONS ⓘ
CF_NOVECTORFONTS ⓘ
CF_NOVERTFONTS ⓘ
CF_PRINTERFONTS ⓘ
CF_SCALABLEONLY ⓘ
CF_SCREENFONTS ⓘ
CF_TTONLY ⓘ
CF_WYSIWYG ⓘ
definedIn commdlg.h ⓘ
dialogType modal dialog ⓘ
documentation Microsoft Windows SDK documentation ⓘ
errorRetrieval CommDlgExtendedError ⓘ
linked to: Comdlg32
headerFile <commdlg.h> ⓘ
indicatesFailure zero return value ⓘ
indicatesSuccess nonzero return value ⓘ
introducedIn Win32 API ⓘ
library Comdlg32.dll ⓘ
modifiesStructureField CHOOSEFONT.Flags ⓘ
CHOOSEFONT.iPointSize ⓘ
CHOOSEFONT.lpLogFont ⓘ
CHOOSEFONT.rgbColors ⓘ
operatingSystem Microsoft Windows ⓘ
linked to: Windows
parameter LPCHOOSEFONT lpCf ⓘ
purpose allow users to select and configure font settings ⓘ
display a standard font selection dialog box ⓘ
relatedFunction ChooseColor ⓘ
GetOpenFileName ⓘ
linked to: Comdlg32

GetSaveFileName ⓘ
linked to: Comdlg32
requires initialized CHOOSEFONT structure ⓘ
returns BOOL ⓘ
supports font color selection ⓘ
font face selection ⓘ
font size selection ⓘ
font style selection ⓘ
script selection ⓘ
usesStructure CHOOSEFONT ⓘ

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

Comdlg32 → providesAPI → ChooseFont ⓘ