|
Font Weight SettingsIntroduction
Class synopsisUI\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
|