public final class OpenTypeFlags
extends com.aspose.ms.System.Enum
Represents OpenType font header flags.
Modifier and Type | Field and Description |
---|---|
static int |
AlterAdvanceWidth
Instructions may alter advance width (the advance widths might not scale linearly).
|
static int |
BaselineAtY0
Baseline for font at y=0.
|
static int |
Converted
Font converted (produce compatible metrics).
|
static int |
DependOnPointSize
Instructions may depend on point size.
|
static int |
ForceToInteger
Force ppem to integer values for all internal scaler math; may use fractional ppem sizes if this bit is clear.
|
static int |
LeftSidebearingAtX0
Left sidebearing point at x=0 (relevant only for TrueType rasterizers).
|
static int |
Lossless
Font data is “lossless” as a result of having been subjected to optimizing transformation and/or compression.
|
static int |
None
Undefined, no flags.
|
static int |
Optimized
Font optimized for ClearType™.
|
static int |
Resort
Last Resort font.
|
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 None
Undefined, no flags.
public static final int BaselineAtY0
Baseline for font at y=0.
public static final int LeftSidebearingAtX0
Left sidebearing point at x=0 (relevant only for TrueType rasterizers).
public static final int DependOnPointSize
Instructions may depend on point size.
public static final int ForceToInteger
Force ppem to integer values for all internal scaler math; may use fractional ppem sizes if this bit is clear.
public static final int AlterAdvanceWidth
Instructions may alter advance width (the advance widths might not scale linearly).
public static final int Lossless
Font data is “lossless” as a result of having been subjected to optimizing transformation and/or compression.
public static final int Converted
Font converted (produce compatible metrics).
public static final int Optimized
Font optimized for ClearType™.
public static final int Resort
Last Resort font.