Fields Summary |
---|
public static final int | PRIORITY_KASHIDAThe Constant PRIORITY_KASHIDA indicates the highest justification
priority. |
public static final int | PRIORITY_WHITESPACEThe Constant PRIORITY_WHITESPACE indicates the second highest
justification priority. |
public static final int | PRIORITY_INTERCHARThe Constant PRIORITY_INTERCHAR indicates the second lowest justification
priority. |
public static final int | PRIORITY_NONEThe Constant PRIORITY_NONE indicates the lowest justification priority. |
public final boolean | growAbsorbThe grow absorb flag indicates if this glyph absorbs all extra space at
this and lower priority levels when it grows. |
public final float | growLeftLimitThe grow left limit value represents the maximum value by which the left
side of this glyph grows. |
public final float | growRightLimitThe grow right limit value repesents the maximum value by which the right
side of this glyph grows. |
public final int | growPriorityThe grow priority value represents the priority level of this glyph as it
is growing. |
public final boolean | shrinkAbsorbThe shrink absorb fleg indicates this glyph absorbs all remaining
shrinkage at this and lower priority levels as it shrinks. |
public final float | shrinkLeftLimitThe shrink left limit value represents the maximum value by which the
left side of this glyph shrinks. |
public final float | shrinkRightLimitThe shrink right limit value represents the maximum value by which the
right side of this glyph shrinks. |
public final int | shrinkPriorityThe shrink priority represents the glyth's priority level as it is
shrinking. |
public final float | weightThe weight of the glyph. |