FontWeight Enumeration

Specifies font weights.

public enum FontWeight
Namespace
PdfToSvg
Package
PdfToSvg.NET (since v0.3.0)

Members

Member nameValueDescription
Default0Translates to Normal.
Thin100Font weight 100.
Hairline100Font weight 100.
ExtraLight200Font weight 200.
UltraLight200Font weight 200.
Light300Font weight 300.
Normal400Font weight 400.
Regular400Font weight 400.
Medium500Font weight 500.
DemiBold600Font weight 600.
SemiBold600Font weight 600.
Bold700Font weight 700.
ExtraBold800Font weight 800.
UltraBold800Font weight 800.
Black900Font weight 900.
Heavy900Font weight 900.

See Also

PdfToSvg Namespace