Click or drag to resize
CEMAPFontLST Method
List all Windows and geosoft fonts.

Available since Oasis montaj version: 5.0
Limitations: May not be available if running outside of a Oasis Montaj or from a command line program.  
License: Available to anyone.  

Namespace: Geosoft.Desktop.GXNetX
Assembly: geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll)
Notes
To get TT and GFN fonts, call twice with the same list and <define>EMAP_FONT_TT</define>, then <define>EMAP_FONT_GFN</define>, or vice-versa to change order of listing.
Syntax
public void FontLST(
	CLST lst,
	int which
)

Parameters

lst
Type: GeoEngine.Core.GXNetXCLST
List Object
which
Type: SystemInt32
<define>EMAP_FONT</define>
See Also