Table of Contents

Enum FxFontWeight

Namespace
nebulae.dotPDFium.Native
Assembly
dotPDFium.dll

Specifies the weight of a font, which determines the thickness of the characters.

public enum FxFontWeight

Fields

Bold = 700
Normal = 400

Remarks

The font weight is represented as an integer value, where higher values indicate thicker weights. Commonly used values include Normal for regular text and Bold for bold text.