The available values for font-stretch.
Public Attributes | |
const int | UltraCondensed =1 |
const int | ExtraCondensed =2 |
const int | Condensed =3 |
const int | SemiCondensed =4 |
const int | Normal =5 |
const int | SemiExpanded =6 |
const int | Expanded =7 |
const int | ExtraExpanded =8 |
const int | UltraExpanded =9 |
const int Css.FontStretchMode.Condensed =3 |
const int Css.FontStretchMode.Expanded =7 |
const int Css.FontStretchMode.ExtraCondensed =2 |
const int Css.FontStretchMode.ExtraExpanded =8 |
const int Css.FontStretchMode.Normal =5 |
const int Css.FontStretchMode.SemiCondensed =4 |
const int Css.FontStretchMode.SemiExpanded =6 |
const int Css.FontStretchMode.UltraCondensed =1 |
const int Css.FontStretchMode.UltraExpanded =9 |