Kanzi  3.9.6
Kanzi Engine API
font_enums.hpp File Reference

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 

Enumerations

enum  kanzi::FontHintingPreference : int8_t { kanzi::FontHintingPreference::NoHinting, kanzi::FontHintingPreference::NativeHinting, kanzi::FontHintingPreference::AutoHinting }
 Font hinting options. More...
 
enum  kanzi::FontStyle : int8_t { kanzi::FontStyle::Normal, kanzi::FontStyle::Italic }
 Font style options. More...
 
enum  kanzi::FontWeight : int8_t {
  kanzi::FontWeight::Thin, kanzi::FontWeight::ExtraLight, kanzi::FontWeight::Light, kanzi::FontWeight::Normal,
  kanzi::FontWeight::Medium, kanzi::FontWeight::SemiBold, kanzi::FontWeight::Bold, kanzi::FontWeight::ExtraBold,
  kanzi::FontWeight::Black
}
 Font weight options. More...