PdfFontWeight Enum
Represents the density of a font, in terms of the lightness or heaviness of the strokes.
Remarks
The PdfFontWeight field values correspond to the usWeightClass definition in the OpenType specification. The usWeightClass represents an integer value between 1 and 1000 — lower values indicate lighter weights; higher values indicate heavier weights.
Fields
Black | The "Black" font weight. |
Bold | The "Bold" font weight. |
ExtraBold | The "Extra-bold" font weight. |
ExtraLight | The "Extra-light" font weight. |
Light | The "Light" font weight. |
Medium | The "Medium" font weight. |
Normal | The "Normal" font weight. |
SemiBold | The "Semi-bold" font weight. |
Thin | The "Thin" font weight. |