Pdf |
The PdfFont type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfFont(PdfFontFace, Double) | Initializes a new instance of the PdfFont class from the specified font face and font size. | |
| PdfFont(PdfFontFamily, Double) | Initializes a new instance of the PdfFont class from the specified font family and font size. | |
| PdfFont(String, Double) | Initializes a new instance of the PdfFont class from the specified font face name and font size. |
| Name | Description | |
|---|---|---|
| Face | Gets the PdfFontFace associated with this PdfFont. | |
| Size | Gets the size of this PdfFont. |
| Name | Description | |
|---|---|---|
| MeasureString | Measures the specified string when drawn with this font. | |
| ToString |
Returns a String that represents this PdfFont instance.
(Overrides ObjectToString) |