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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
To get TT and GFN fonts, call twice with the same list and <define>SYS_FONT_TT</define>, then <define>SYS_FONT_GFN</define>, or vice-versa to change order of listing.
Syntax
public static void FontLST(
	CGXNETCore gxNetShared,
	CLST lst,
	int which
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
lst
Type: GeoEngine.Core.GXNetXCLST
List Object
which
Type: SystemInt32
<define>SYS_FONT</define>
See Also