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

Available since Oasis montaj version: 5.0.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
To get TT and GFN fonts, call twice with the same list and SYS_FONT_TT, then SYS_FONT_GFN, or vice-versa to change order of listing.
Syntax
public static void FontLST(
	CLST oLST1,
	int i2
)

Parameters

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