Enumeration
AdwLengthUnit
since: 1.4
Description [src]
Describes length units.
Unit | Regular Text | Large Text |
---|---|---|
1px | 1px | 1px |
1pt | 1.333333px | 1.666667px |
1sp | 1px | 1.25px |
New values may be added to this enumeration over time.
Available since: 1.4
Members
Name | Description |
---|---|
ADW_LENGTH_UNIT_PX |
Pixels. |
ADW_LENGTH_UNIT_PT |
Points, changes with text scale factor. |
ADW_LENGTH_UNIT_SP |
Scale independent pixels, changes with text scale factor. |