@Deprecated public final class OpenTypeWidth extends com.aspose.ms.System.Enum
Represents the OpenType font width enum. Indicates a relative change from the normal aspect ratio (width to height ratio) as specified by a font designer for the glyphs in a font.
Modifier and Type | Field and Description |
---|---|
static int |
Condensed
Deprecated.
The Condensed wifth.
|
static int |
Expanded
Deprecated.
The Expanded wifth.
|
static int |
ExtraCondensed
Deprecated.
The Extra-condensed wifth.
|
static int |
ExtraExpanded
Deprecated.
The Extra-expanded wifth.
|
static int |
Medium
Deprecated.
The Medium (normal) wifth.
|
static int |
SemiCondensed
Deprecated.
The Semi-condensed wifth.
|
static int |
SemiExpanded
Deprecated.
The Semi-expanded wifth.
|
static int |
UltraCondensed
Deprecated.
The Ultra-condensed wifth.
|
static int |
UltraExpanded
Deprecated.
The Ultra-expanded wifth.
|
static int |
Undefined
Deprecated.
The undefined wifth.
|
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 wifth.
public static final int UltraCondensed
The Ultra-condensed wifth.
public static final int ExtraCondensed
The Extra-condensed wifth.
public static final int Condensed
The Condensed wifth.
public static final int SemiCondensed
The Semi-condensed wifth.
public static final int Medium
The Medium (normal) wifth.
public static final int SemiExpanded
The Semi-expanded wifth.
public static final int Expanded
The Expanded wifth.
public static final int ExtraExpanded
The Extra-expanded wifth.
public static final int UltraExpanded
The Ultra-expanded wifth.
Copyright © 2020. All rights reserved.