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

Available since Oasis montaj version: 5.0.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.GXNet
Assembly: geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll)
Notes
To get TT and GFN fonts, call twice with the same list and EMAP_FONT_TT, then EMAP_FONT_GFN, or vice-versa to change order of listing.
Syntax
public void FontLST(
	CLST oLST1,
	int i2
)

Parameters

oLST1
Type: GeoEngine.Core.GXNetCLST
List Object
i2
Type: SystemInt32
See EMAP_FONTConstant
See Also