HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
Public Member Functions | Data Fields | Friends
v1::text_style Struct Reference

Public Member Functions

 text_style (hi::font_family_id family_id, hi::font_variant variant, float size, hi::color color, text_decoration decoration) noexcept
 
 text_style (text_style const &) noexcept=default
 
 text_style (text_style &&) noexcept=default
 
text_styleoperator= (text_style const &) noexcept=default
 
text_styleoperator= (text_style &&) noexcept=default
 

Data Fields

font_family_id family_id
 
font_variant variant
 
float size
 
color color
 
text_decoration decoration
 

Friends

std::string to_string (text_style const &rhs) noexcept
 
std::ostreamoperator<< (std::ostream &lhs, text_style const &rhs)
 

The documentation for this struct was generated from the following file: