ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
This class represents a font that is used to label features on a GeoCanvas.
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | This constructor creates a GeoFont to be used for labeling features on a GeoCanvas. | ||
![]() | String, Single | This constructor creates a GeoFont to be used for labeling features on a GeoCanvas. | |
![]() | String, Single, DrawingFontStyles | This constructor creates a GeoFont to be used for labeling features on a GeoCanvas. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | Object | |
![]() | Object | ||
![]() | Object | ||
![]() | Object |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
![]() | Object | ||
![]() | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
![]() | String | This property gets the font name property of the font. | |
![]() | Int64 | ||
![]() | Boolean | This property gets the bold property of the font. | |
![]() | Boolean | This property gets the italic property of the font. | |
![]() | Boolean | This property gets the strikeout property of the font. | |
![]() | Boolean | This property gets the underline property of the font. | |
![]() | Single | This property gets the font size property of the font. | |
![]() | DrawingFontStyles | This property gets the font style property of the font. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This constructor creates a GeoFont to be used for labeling features on a GeoCanvas.
This overload creates the GeoFont using its default property values.
Name | Type | Description |
---|
This constructor creates a GeoFont to be used for labeling features on a GeoCanvas.
This overload creates the GeoFont by specifying the font name and font size.
Name | Type | Description |
---|---|---|
fontName | String | This parameter represents the name of the font to be used. |
size | Single | This parameter represents the size of the font to be used. |
This constructor creates a GeoFont to be used for labeling features on a GeoCanvas.
This overload creates the GeoFont by specifying the font name, font size and font style.
Name | Type | Description |
---|---|---|
fontName | String | This parameter represents the name of the font to be used. |
size | Single | This parameter represents the size of the font to be used. |
style | DrawingFontStyles | This parameter represents the style of the font to be used. |
Return Type | Description |
---|---|
Boolean |
Name | Type | Description |
---|---|---|
obj | Object |
Return Type | Description |
---|---|
Int32 |
Name | Type | Description |
---|
Return Type | Description |
---|---|
Type |
Name | Type | Description |
---|
Return Type | Description |
---|---|
String |
Name | Type | Description |
---|
Return Type | Description |
---|---|
Void |
Name | Type | Description |
---|
Return Type | Description |
---|---|
Object |
Name | Type | Description |
---|
This property gets the font name property of the font.
Return Type |
---|
String |
Return Type |
---|
Int64 |
This property gets the bold property of the font.
Return Type |
---|
Boolean |
This property gets the italic property of the font.
Return Type |
---|
Boolean |
This property gets the strikeout property of the font.
Return Type |
---|
Boolean |
This property gets the underline property of the font.
Return Type |
---|
Boolean |
This property gets the font size property of the font.
Return Type |
---|
Single |
This property gets the font style property of the font.
Return Type |
---|
DrawingFontStyles |