Click or drag to resize

FontWeight Enumeration

Provides a set of static predefined FontWeight values.

Namespace:  Patagames.Pdf.Enums
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public enum FontWeight
Members
  Member nameValueDescription
FW_DONTCARE0 A default weight is used.
FW_THIN100 Specifies a "Thin" font weight.
FW_EXTRALIGHT200 Specifies an "Extra-light" font weight.
FW_LIGHT300 Specifies a "Light" font weight.
FW_NORMAL400 Specifies a "Normal" font weight.
FW_MEDIUM500 Specifies a "Medium" font weight.
FW_SEMIBOLD600 Specifies a "Semi-bold" font weight.
FW_BOLD700 Specifies a "Bold" font weight.
FW_EXTRABOLD800 Specifies an "Extra-bold" font weight.
FW_HEAVY900 Specifies a "Heavy" font weight.
Remarks
A font weight describes the relative weight of a font, in terms of the lightness or heaviness of the strokes. Weight differences are generally differentiated by an increased stroke or thickness that is associated with a given character in a font, as compared to a "normal" character from that same font.
See Also