Font Stretch Settings

Introduction

Class synopsis

UI\Draw\Text\Font\Stretch
final class UI\Draw\Text\Font\Stretch {
/* Constants */
const int UI\Draw\Text\Font\Stretch::UltraCondensed = 0;
const int UI\Draw\Text\Font\Stretch::ExtraCondensed = 1;
const int UI\Draw\Text\Font\Stretch::Condensed = 2;
const int UI\Draw\Text\Font\Stretch::SemiCondensed = 3;
const int UI\Draw\Text\Font\Stretch::Normal = 4;
const int UI\Draw\Text\Font\Stretch::SemiExpanded = 5;
const int UI\Draw\Text\Font\Stretch::Expanded = 6;
const int UI\Draw\Text\Font\Stretch::ExtraExpanded = 7;
const int UI\Draw\Text\Font\Stretch::UltraExpanded = 8;
}

Predefined Constants

UI\Draw\Text\Font\Stretch::UltraCondensed
UI\Draw\Text\Font\Stretch::ExtraCondensed
UI\Draw\Text\Font\Stretch::Condensed
UI\Draw\Text\Font\Stretch::SemiCondensed
UI\Draw\Text\Font\Stretch::Normal
UI\Draw\Text\Font\Stretch::SemiExpanded
UI\Draw\Text\Font\Stretch::Expanded
UI\Draw\Text\Font\Stretch::ExtraExpanded
UI\Draw\Text\Font\Stretch::UltraExpanded