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