Skip to content

GeoFont

Inheritance Hierarchy

  • Object
  • GeoFont

Members Summary

Public Constructors Summary

Name
GeoFont()
GeoFont(String,Single)
GeoFont(String,Single,DrawingFontStyles)
GeoFont(String,Single,DrawingFontStyles,DrawingGraphicsUnit)

Protected Constructors Summary

Name
N/A

Public Properties Summary

Name Return Type Description
FontName String This property gets the font name property of the font.
Id Int64 N/A
IsBold Boolean This property gets the bold property of the font.
IsItalic Boolean This property gets the italic property of the font.
IsStrikeout Boolean This property gets the strikeout property of the font.
IsUnderline Boolean This property gets the underline property of the font.
Size Single This property gets the font size property of the font.
Style DrawingFontStyles This property gets the font style property of the font.
Unit DrawingGraphicsUnit N/A

Protected Properties Summary

Name Return Type Description
IsDefault Boolean N/A

Public Methods Summary

Name
Equals(Object)
GetGlyphContent(Int32)
GetHashCode()
GetType()
ToString()

Protected Methods Summary

Name
Finalize()
MemberwiseClone()

Public Events Summary

Name Event Arguments Description
N/A N/A N/A

Members Detail

Public Constructors

Name
GeoFont()
GeoFont(String,Single)
GeoFont(String,Single,DrawingFontStyles)
GeoFont(String,Single,DrawingFontStyles,DrawingGraphicsUnit)

Protected Constructors

Public Properties

FontName

Summary

This property gets the font name property of the font.

Remarks

None

Return Value

String


Id

Summary

N/A

Remarks

N/A

Return Value

Int64


IsBold

Summary

This property gets the bold property of the font.

Remarks

None

Return Value

Boolean


IsItalic

Summary

This property gets the italic property of the font.

Remarks

None

Return Value

Boolean


IsStrikeout

Summary

This property gets the strikeout property of the font.

Remarks

None

Return Value

Boolean


IsUnderline

Summary

This property gets the underline property of the font.

Remarks

None

Return Value

Boolean


Size

Summary

This property gets the font size property of the font.

Remarks

None

Return Value

Single


Style

Summary

This property gets the font style property of the font.

Remarks

None

Return Value

DrawingFontStyles


Unit

Summary

N/A

Remarks

N/A

Return Value

DrawingGraphicsUnit


Protected Properties

IsDefault

Summary

N/A

Remarks

N/A

Return Value

Boolean


Public Methods

Equals(Object)

Summary

N/A

Remarks

N/A

Return Value

Type Description
Boolean N/A

Parameters

Name Type Description
obj Object N/A

GetGlyphContent(Int32)

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
glyphIndex Int32 N/A

GetHashCode()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Int32 N/A

Parameters

Name Type Description
N/A N/A N/A

GetType()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Type N/A

Parameters

Name Type Description
N/A N/A N/A

ToString()

Summary

N/A

Remarks

N/A

Return Value

Type Description
String N/A

Parameters

Name Type Description
N/A N/A N/A

Protected Methods

Finalize()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Void N/A

Parameters

Name Type Description
N/A N/A N/A

MemberwiseClone()

Summary

N/A

Remarks

N/A

Return Value

Type Description
Object N/A

Parameters

Name Type Description
N/A N/A N/A

Public Events