[]
Initializes a new instance of a Font object.
public Font(string name, double sizeInPoints, RtfFontStyle style)
Type | Name | Description |
---|---|---|
string | name | Font face. |
double | sizeInPoints | Font size in points. |
RtfFontStyle | style | Font style attributes. |
Initializes a new instance of a Font object.
public Font(string name, double sizeInPoints)
Type | Name | Description |
---|---|---|
string | name | Font face. |
double | sizeInPoints | Font size in points. |
Initializes a new instance of a Font object.
public Font(RtfFontStyle style, double sizeInPoints, string path)
Type | Name | Description |
---|---|---|
RtfFontStyle | style | Font style attributes. |
double | sizeInPoints | The font size in points. |
string | path | The path for raw font file. |
Initializes a new instance of a Font object.
public Font(RtfFontStyle style, double sizeInPoints, byte[] fontData)
Type | Name | Description |
---|---|---|
RtfFontStyle | style | Font style attributes. |
double | sizeInPoints | The font size in points. |
byte[] | fontData | The raw font file data. |