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

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.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 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?
See Also