ChooseFont function comdlg32

bool ChooseFont(
  1. Pointer<CHOOSEFONT> param0
)

Creates a Font dialog box that enables the user to choose attributes for a logical font.

To learn more, see learn.microsoft.com/windows/win32/api/commdlg/nc-commdlg-choosefontw.

Implementation

@pragma('vm:prefer-inline')
bool ChooseFont(Pointer<CHOOSEFONT> param0) => _ChooseFont(param0) != FALSE;