Describes supported font weights.
You can find more information in comments below.
enum class FontWeight // Font weight(each one is bolder then prev one)
{
Thin,
ExtraLight,
Light,
Normal,
Medium,
SemiBold,
Bold,
ExtraBold,
Heavy
};
Namespace: | nitisa |
Include: | Nitisa/Core/FontWeight.h |