Click or drag to resize

CMVIEWSymbFont Method

Set the symbol font and style.

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntax
public void SymbFont(
	string face,
	int geofont,
	int weight,
	int italic
)

public void SymbFont(
	string face,
	int geofont,
	int weight,
	int italic
)

Parameters

face
Type: SystemString
Face name
geofont
Type: SystemInt32
Geosoft font?
weight
Type: SystemInt32
<define>MVIEW_FONT_WEIGHT</define>
italic
Type: SystemInt32
Italic font?
Remarks
If the font cannot be found, the DEFAULT_SYMBOL_FONT specified in the [MONTAJ] section of GEOSOFT.INI will be used. See TextFont_MVIEW for the font name syntax.
See Also