2025-04-27 07:49:33 -04:00

6 lines
308 B
C

INT_PTR CALLBACK CreateFontDlgProcA( HWND hdlg, UINT msg, WPARAM wParam, LPARAM lParam );
INT_PTR CALLBACK CreateFontDlgProcW( HWND hdlg, UINT msg, WPARAM wParam, LPARAM lParam );
void ShowEnumFonts( HWND hwnd );
void ShowEnumFontFamilies( HWND hwnd );
void ShowEnumFontFamiliesEx( HWND hwnd);