Click or drag to resize

CCSYMBSetFont Method

Set the symbol font name.

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

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