public final class OpenTypeWeight
extends com.aspose.ms.System.Enum
Represents the OpenType font weight. Indicates the visual weight (degree of blackness or thickness of strokes) of the characters in the font. Values from 1 to 1000 are valid.
Modifier and Type | Field and Description |
---|---|
static int |
Bold
The Bold weight.
|
static int |
ExtraBold
The Extra-bold (Ultra-bold) weight.
|
static int |
ExtraLight
The Extra-light (Ultra-light) weight.
|
static int |
Heavy
The Black (Heavy) weight.
|
static int |
Light
The Light weight.
|
static int |
Medium
The Medium weight.
|
static int |
Normal
The Normal (Regular) weight.
|
static int |
SemiBold
The Semi-bold (Demi-bold) weight.
|
static int |
Thin
The Thin weight.
|
static int |
Undefined
The undefined weight.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Undefined
The undefined weight.
public static final int Thin
The Thin weight.
public static final int ExtraLight
The Extra-light (Ultra-light) weight.
public static final int Light
The Light weight.
public static final int Normal
The Normal (Regular) weight.
public static final int Medium
The Medium weight.
public static final int SemiBold
The Semi-bold (Demi-bold) weight.
public static final int Bold
The Bold weight.
public static final int ExtraBold
The Extra-bold (Ultra-bold) weight.
public static final int Heavy
The Black (Heavy) weight.