staticFloat | TextAttribute.JUSTIFICATION_FULL | Justify the line to the full requested width. |
|---|
staticFloat | TextAttribute.JUSTIFICATION_NONE | Do not allow the line to be justified. |
|---|
staticFloat | TextAttribute.POSTURE_OBLIQUE | The standard italic posture. |
|---|
staticFloat | TextAttribute.POSTURE_REGULAR | The standard posture, upright. |
|---|
staticFloat | TextAttribute.TRACKING_LOOSE | Perform loose tracking. |
|---|
staticFloat | TextAttribute.TRACKING_TIGHT | Perform tight tracking. |
|---|
staticFloat | TextAttribute.WEIGHT_BOLD | The standard bold weight. |
|---|
staticFloat | TextAttribute.WEIGHT_DEMIBOLD | A moderately lighter weight thanWEIGHT_BOLD. |
|---|
staticFloat | TextAttribute.WEIGHT_DEMILIGHT | An intermediate weight betweenWEIGHT_LIGHT andWEIGHT_STANDARD. |
|---|
staticFloat | TextAttribute.WEIGHT_EXTRA_LIGHT | The lightest predefined weight. |
|---|
staticFloat | TextAttribute.WEIGHT_EXTRABOLD | An extra heavy weight. |
|---|
staticFloat | TextAttribute.WEIGHT_HEAVY | A moderately heavier weight thanWEIGHT_BOLD. |
|---|
staticFloat | TextAttribute.WEIGHT_LIGHT | The standard light weight. |
|---|
staticFloat | TextAttribute.WEIGHT_MEDIUM | An intermediate weight betweenWEIGHT_REGULAR andWEIGHT_BOLD. |
|---|
staticFloat | TextAttribute.WEIGHT_REGULAR | The standard weight. |
|---|
staticFloat | TextAttribute.WEIGHT_SEMIBOLD | A moderately heavier weight thanWEIGHT_REGULAR. |
|---|
staticFloat | TextAttribute.WEIGHT_ULTRABOLD | The heaviest predefined weight. |
|---|
staticFloat | TextAttribute.WIDTH_CONDENSED | The most condensed predefined width. |
|---|
staticFloat | TextAttribute.WIDTH_EXTENDED | The most extended predefined width. |
|---|
staticFloat | TextAttribute.WIDTH_REGULAR | The standard width. |
|---|
staticFloat | TextAttribute.WIDTH_SEMI_CONDENSED | A moderately condensed width. |
|---|
staticFloat | TextAttribute.WIDTH_SEMI_EXTENDED | A moderately extended width. |
|---|