ChooseFont function comdlg32

int ChooseFont(
  1. Pointer<CHOOSEFONT> param0
)

Creates a Font dialog box that enables the user to choose attributes for a logical font. These attributes include a font family and associated font style, a point size, effects (underline, strikeout, and text color), and a script (or character set).

BOOL ChooseFontW(
  _Inout_ LPCHOOSEFONT lpcf
);

Implementation

int ChooseFont(Pointer<CHOOSEFONT> param0) => _ChooseFont(param0);