ChooseFont

[DllImport("Comdlg32.dll", SetLastError = true)]
public static extern bool ChooseFont(
   ref CHOOSEFONT lpcf
);

Microsoft documentation: Link

Last updated