Pdf |
The PdfFontFace type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfFontFace(String) | Initializes a new instance of the PdfFontFace class from the specified face name. | |
| PdfFontFace(PdfFontFamily, PdfFontStyle, PdfFontWeight, PdfFontStretch) | Initializes a new instance of the PdfFontFace class for the specified Family, Style, Weight and Stretch values. |
| Name | Description | |
|---|---|---|
| EmbeddingRights | Gets the font embedding licensing rights of the PdfFontFace. | |
| Family | Gets the font family from which the font face was constructed. | |
| Stretch | Gets the stretch of the PdfFontFace. | |
| Style | Gets the style of the PdfFontFace. | |
| Weight | Gets the weight of the PdfFontFace. |
| Name | Description | |
|---|---|---|
| Equals(Object) |
Determines whether the specified Object is equal to this PdfFontFace instance.
(Overrides ObjectEquals(Object)) | |
| Equals(PdfFontFace) | Determines whether the other PdfFontFace is equal to this PdfFontFace instance. | |
| GetHashCode |
Returns a hash code for this PdfFontFace instance.
(Overrides ObjectGetHashCode) | |
| ToString |
Returns a String that represents this PdfFontFace instance.
(Overrides ObjectToString) |