 | 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
Syntaxpublic void SetFont(
string font,
int geo_font,
int weight,
int italic
)
public void SetFont(
string font,
int geo_font,
int weight,
int italic
)
Public Sub SetFont (
font As String,
geo_font As Integer,
weight As Integer,
italic As Integer
)
Public Sub SetFont (
font As String,
geo_font As Integer,
weight As Integer,
italic As Integer
)
public:
void SetFont(
String^ font,
int geo_font,
int weight,
int italic
)
public:
void SetFont(
String^ font,
int geo_font,
int weight,
int italic
)
member SetFont :
font : string *
geo_font : int *
weight : int *
italic : int -> unit
member SetFont :
font : string *
geo_font : int *
weight : int *
italic : int -> unit
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