public

Description

Public Attributes

   
   
int ascender
Number of pixels above the baseline.
   
int descender
Number of pixels below the baseline.
   
int height
Number of pixels between two consecutive baselines.
   
std::unordered_map< char32_t, GlyphInfo > glyphMap
Mapping from characters to their glyph information.

Documentation

variable
Util::FontInfo::ascender

public
 
 
int ascender

Number of pixels above the baseline.

Defined in Util/Graphics/FontRenderer.h:37


variable
Util::FontInfo::descender

public
 
 
int descender

Number of pixels below the baseline.

Defined in Util/Graphics/FontRenderer.h:39


variable
Util::FontInfo::height

public
 
 
int height

Number of pixels between two consecutive baselines.

Defined in Util/Graphics/FontRenderer.h:41


variable
Util::FontInfo::glyphMap

public
 
 
std::unordered_map< char32_t, GlyphInfo > glyphMap

Mapping from characters to their glyph information.

Defined in Util/Graphics/FontRenderer.h:43