Skip to main content

PdfFontDescriptor.FontWeight Property

Indicates the weight (thickness) component of the fully-qualified font name or font specifier.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public int FontWeight { get; }

Property Value

Type Description
Int32

An integer value.

Remarks

The possible values shall be 100, 200, 300, 400, 500, 600, 700, 800, or 900, where each number indicates a weight that is at least as dark as its predecessor.

A value of 400 shall indicate a normal weight; 700 shall indicate bold.

The specific interpretation of these values varies from font to font.

See Also