Настройки толщины шрифта
(UI 0.9.9)
Введение
Обзор классов
final
UI\Draw\Text\Font\Stretch
{
/* Constants */
const
int
UltraCondensed
= 0
;
const
int
ExtraCondensed
= 1
;
const
int
Condensed
= 2
;
const
int
SemiCondensed
= 3
;
const
int
Normal
= 4
;
const
int
SemiExpanded
= 5
;
const
int
Expanded
= 6
;
const
int
ExtraExpanded
= 7
;
const
int
UltraExpanded
= 8
;
}