Click or drag to resize

CSYSFontLST Method

List all Windows and geosoft fonts.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public static void FontLST(
	CGXNETCore gxNetShared,
	CLST lst,
	int which
)

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>
Remarks
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.
See Also