 | 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
SyntaxPublic Enumeration FontWeight
public enum class FontWeight
Patagames.Pdf.Enums.FontWeight = function();
Patagames.Pdf.Enums.FontWeight.createEnum('Patagames.Pdf.Enums.FontWeight', false);
Members
| Member name | Value | Description |
---|
| FW_DONTCARE | 0 |
A default weight is used.
|
| FW_THIN | 100 |
Specifies a "Thin" font weight.
|
| FW_EXTRALIGHT | 200 |
Specifies an "Extra-light" font weight.
|
| FW_LIGHT | 300 |
Specifies a "Light" font weight.
|
| FW_NORMAL | 400 |
Specifies a "Normal" font weight.
|
| FW_MEDIUM | 500 |
Specifies a "Medium" font weight.
|
| FW_SEMIBOLD | 600 |
Specifies a "Semi-bold" font weight.
|
| FW_BOLD | 700 |
Specifies a "Bold" font weight.
|
| FW_EXTRABOLD | 800 |
Specifies an "Extra-bold" font weight.
|
| FW_HEAVY | 900 |
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