Click or drag to resize

CSYSFontLST Method

List all Windows and geosoft fonts.

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

public static void FontLST(
	CLST lst,
	int which
)

Parameters

lst
Type: GeoEngine.Core.GXNetCLST
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