Click or drag to resize

PdfFontWeight Enumeration

Represents the density of a font, in terms of the lightness or heaviness of the strokes.

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public enum PdfFontWeight
Members
Member nameValueDescription
Thin100 The "Thin" font weight.
ExtraLight200 The "Extra-light" font weight.
Light300 The "Light" font weight.
Normal400 The "Normal" font weight.
Medium500 The "Medium" font weight.
SemiBold600 The "Semi-bold" font weight.
Bold700 The "Bold" font weight.
ExtraBold800 The "Extra-bold" font weight.
Black900 The "Black" font weight.
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.
See Also