Class DigitWidth
java.lang.Object
com.adobe.fontengine.inlineformatting.DigitWidth
Enumerated values for
ElementAttribute.digitWidth
.
Some fonts provide digits in multiple widths: tabular digits all share
a single width, and are appropriate for setting in tables, where the
digits should be aligned; proportional digits have varying widths and
are appropriate for setting in running text.
This class provides constants corresponding to this distinction.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DigitWidth
Fonts default.static final DigitWidth
Proportional digits.static final DigitWidth
Tabular digits. -
Method Summary