|
HikoGUI
A low latency retained GUI
|
#include <hikogui/i18n/iso_15924.hpp>
Public Member Functions | |
| constexpr | iso_15924 (iso_15924 const &) noexcept=default |
| constexpr | iso_15924 (iso_15924 &&) noexcept=default |
| constexpr iso_15924 & | operator= (iso_15924 const &) noexcept=default |
| constexpr iso_15924 & | operator= (iso_15924 &&) noexcept=default |
| constexpr | iso_15924 (uint16_t number) |
| iso_15924 (unicode_script const &script) noexcept | |
| iso_15924 (std::string_view code4) | |
| constexpr bool | empty () const noexcept |
| operator bool () const noexcept | |
| constexpr uint16_t | number () const noexcept |
| Get the iso-15924 numeric value. | |
| std::string_view | code4 () const noexcept |
| Get the iso-15924 4-letter code. | |
| std::string_view | code4_open_type () const noexcept |
| Get the 4-letter code used by open-type. | |
Friends | |
| constexpr friend bool | operator== (iso_15924 const &lhs, iso_15924 const &rhs) noexcept=default |
ISO-15924 script code.
A 4 letter title case script code:
|
noexcept |
Get the iso-15924 4-letter code.
|
noexcept |
Get the 4-letter code used by open-type.
|
inlineconstexprnoexcept |
Get the iso-15924 numeric value.