[]
Defines possible values of the font weight value, see 5.7 chapter of PDF reference 1.7. Names are taken from DirectWrite FontWeight, see: C1.Util.DX.DirectWrite.FontWeight enumeration.
public enum PdfFontWeight
Name | Description |
---|---|
Black | Black. |
Bold | Bold. |
DemiBold | DemiBold. |
ExtraBold | ExtraBold. |
ExtraLight | Thin. |
Heavy | Heavy. |
Light | Light. |
Medium | Medium. |
Normal | Normal. |
Regular | Regular. |
SemiBold | SemiBold. |
Thin | Thin. |
UltraLight | UltraLight. |