Function Blam::Dialogs::FontTestDialogProcedure

Function Documentation

void Blam::Dialogs::FontTestDialogProcedure(HINSTANCE hInst, HWND hWnd)

Dialog procedure for the Font Test dialog.

This dialog allows for testing of Font rendering. Unlike C#, this is Win32 where we have support for real bitmap fonts motherfuckers. It’s not really useful outside of just messing around with layouts, but hey - it’s a feature.

Parameters
  • hInst: - The instance handle of the application.

  • hWnd: - The window handle to act as the parent window.