Font Weight Settings

Introduction

Class synopsis

UI\Draw\Text\Font\Weight
final class UI\Draw\Text\Font\Weight {
/* Constants */
const int UI\Draw\Text\Font\Weight::Thin;
const int UI\Draw\Text\Font\Weight::UltraLight;
const int UI\Draw\Text\Font\Weight::Light;
const int UI\Draw\Text\Font\Weight::Book;
const int UI\Draw\Text\Font\Weight::Normal;
const int UI\Draw\Text\Font\Weight::Medium;
const int UI\Draw\Text\Font\Weight::SemiBold;
const int UI\Draw\Text\Font\Weight::Bold;
const int UI\Draw\Text\Font\Weight::UltraBold;
const int UI\Draw\Text\Font\Weight::Heavy;
const int UI\Draw\Text\Font\Weight::UltraHeavy;
}

Predefined Constants

UI\Draw\Text\Font\Weight::Thin
UI\Draw\Text\Font\Weight::UltraLight
UI\Draw\Text\Font\Weight::Light
UI\Draw\Text\Font\Weight::Book
UI\Draw\Text\Font\Weight::Normal
UI\Draw\Text\Font\Weight::Medium
UI\Draw\Text\Font\Weight::SemiBold
UI\Draw\Text\Font\Weight::Bold
UI\Draw\Text\Font\Weight::UltraBold
UI\Draw\Text\Font\Weight::Heavy
UI\Draw\Text\Font\Weight::UltraHeavy