@Deprecated 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
Deprecated.
The Bold weight.
|
static int |
ExtraBold
Deprecated.
The Extra-bold (Ultra-bold) weight.
|
static int |
ExtraLight
Deprecated.
The Extra-light (Ultra-light) weight.
|
static int |
Heavy
Deprecated.
The Black (Heavy) weight.
|
static int |
Light
Deprecated.
The Light weight.
|
static int |
Medium
Deprecated.
The Medium weight.
|
static int |
Normal
Deprecated.
The Normal (Regular) weight.
|
static int |
SemiBold
Deprecated.
The Semi-bold (Demi-bold) weight.
|
static int |
Thin
Deprecated.
The Thin weight.
|
static int |
Undefined
Deprecated.
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.
Copyright © 2020. All rights reserved.