GM_Utility .SelectFont Method
Select a font. Displays a dialog allowing the user to graphically select a font.

Namespace:GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public static GM_Error_t32 SelectFont(
    out GM_FontDef_t aFont
)

Parameters

aFont
Type:  GlobalMapper . GM_FontDef_t
Out: A font definition.

Return Value

Type:  GM_Error_t32
A GM Error Code
See Also