Click or drag to resize
CCSYMBSetFont Method
Set the symbol font name.

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

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Syntax
public void SetFont(
	string font,
	int geo_font,
	int weight,
	int italic
)

Parameters

font
Type: SystemString
Font name
geo_font
Type: SystemInt32
Geosoft font? (TRUE or FALSE)
weight
Type: SystemInt32
<define>MVIEW_FONT_WEIGHT</define>
italic
Type: SystemInt32
Italics? (TRUE or FALSE)
See Also