HikoGUI
Select Version: ⚠️ This documents the main development branch of HikoGUI. It might differ from release versions.
A low latency retained GUI
|
Enumerations | |
enum class | v1::phrasing : uint8_t { v1::phrasing::regular = 0 , v1::phrasing::emphesis = 1 , v1::phrasing::strong = 2 , v1::phrasing::code = 3 , v1::phrasing::abbreviation = 4 , v1::phrasing::quote = 5 , v1::phrasing::keyboard = 6 , v1::phrasing::highlight = 7 , v1::phrasing::math = 8 , v1::phrasing::example = 9 , v1::phrasing::unarticulated = 10 , v1::phrasing::title = 11 , v1::phrasing::success = 12 , v1::phrasing::warning = 13 , v1::phrasing::error = 14 } |
Phrasing. More... | |
|
strong |
Phrasing.
This is the phrasing of a piece of text. The phrasing determines the style of text on a semantic level. Simular to HTML phrasing tags.
The underlying value must be between 0 through 63; so that the phrasing_mask can be 64-bits.