Click or drag to resize
CMVIEWSymbFont Method
Set the symbol font and style.

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

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Notes
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.
Syntax
public void SymbFont(
	string str1,
	int i2,
	int i3,
	int i4
)

Parameters

str1
Type: SystemString
face name
i2
Type: SystemInt32
Geosoft font? GEO_BOOLConstant
i3
Type: SystemInt32
See MVIEW_FONT_WEIGHTConstant
i4
Type: SystemInt32
Italic font? GEO_BOOLConstant
See Also