Click or drag to resize

CEMAPFontLST Method

List all Windows and geosoft fonts.

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void FontLST(
	CLST lst,
	int which
)

public void FontLST(
	CLST lst,
	int which
)

Parameters

lst
Type: GeoEngine.Core.GXNetXCLST
List Object
which
Type: SystemInt32
<define>EMAP_FONT</define>
Remarks
To get TT and GFN fonts, call twice with the same list and <define>EMAP_FONT_TT</define>, then <define>EMAP_FONT_GFN</define>, or vice-versa to change order of listing.
See Also