.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ChooseFontW 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBChooseFontW\fR (COMDLG32.@) .SH SYNOPSIS BOOL ChooseFontW ( LPCHOOSEFONTW \fIlpChFont\fR ) .SH DESCRIPTION .PP Create a font dialog box. .SH PARAMS \fIlpChFont\fR \fB[In/Out]\fR in: information to initialize the dialog box. out: User's color selection. .PP .SH RETURNS .PP \fBTRUE:\fR Ok button clicked. .PP \fBFALSE:\fR Cancel button clicked, or error. .SH IMPLEMENTATION .PP Declared in \fB"commdlg.h"\fR. .PP Implemented in \fB"dlls/comdlg32/fontdlg.c"\fR. .PP Debug channel \fB"commdlg"\fR.