|
Font Weight Settingsはじめに
クラス概要UI\Draw\Text\Font\Weight
final
class UI\Draw\Text\Font\Weight
{
/* 定数 */
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;
}定義済み定数
|