Global Mapper SDK
GM_SelectFont
Displays a dialog allowing the user to graphically select an font. Make sure to initialize the font definition that is provided.
Syntax
C++
Copy
GM_DLL_EXPORTED GM_Error_t32 __stdcall GM_SelectFont
(
GM_FontDef_t* aFontDef // IN/OUT: Font buffer - make sure to initialize before passing in
);