iv::Font::Variant Struct Reference

#include <Font.hpp>

Public Member Functions

 Variant ()
 

Public Attributes

const Texturetexture
 
Type type
 
unsigned size
 Font size. More...
 
std::unordered_map< uint32_t, Glyphglyphs
 

Detailed Description

Definition at line 49 of file Font.hpp.

Constructor & Destructor Documentation

◆ Variant()

iv::Font::Variant::Variant ( )
inline

Definition at line 57 of file Font.hpp.

Member Data Documentation

◆ texture

const Texture* iv::Font::Variant::texture

Definition at line 51 of file Font.hpp.

◆ type

Type iv::Font::Variant::type

Definition at line 52 of file Font.hpp.

◆ size

unsigned iv::Font::Variant::size

Font size.

Definition at line 53 of file Font.hpp.

◆ glyphs

std::unordered_map< uint32_t, Glyph > iv::Font::Variant::glyphs

Definition at line 55 of file Font.hpp.


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