[]
Initializes new instance of the FontInfo object
public FontInfo(Color color, Font font, float angle)
Type | Name | Description |
---|---|---|
Color | color | Text color |
Font | font | System font |
float | angle | Text angle in degrees |
Initializes new instance of the FontInfo object
public FontInfo(Color color, Font font)
Type | Name | Description |
---|---|---|
Color | color | Text color |
Font | font | System font |
Initializes new (default) instance of the FontInfo object
public FontInfo()
For internal use only.
public FontInfo(string xml)
Type | Name | Description |
---|---|---|
string | xml |
For internal use only.
public FontInfo(string xml, GraphXmlSerializationContext context)
Type | Name | Description |
---|---|---|
string | xml | |
GraphXmlSerializationContext | context |