HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions | Variables
font_style.hpp File Reference

Defines the `font_style` type. More...

#include "../utility/utility.hpp"
#include <string_view>
#include <coroutine>

Go to the source code of this file.

Namespaces

namespace  hi
 The HikoGUI namespace.
 
namespace  hi::v1
 The HikoGUI API version 1.
 

Enumerations

enum class  hi::v1::font_style { hi::v1::normal = 0 , hi::v1::italic = 1 , hi::v1::oblique = 1 }
 The different styles a font-family comes with. More...
 

Functions

 hi_export_module (hikogui.font.font_style)
 
hi_export generator< font_stylehi::v1::alternatives (font_style start) noexcept
 

Variables

constexpr auto hi::v1::font_style_metadata
 

Detailed Description

Defines the `font_style` type.