A font along with a glyph in that font rendered at a particular scale. More...
#include <font_glyph_pair.h>
Public Member Functions | |
| FontGlyphPair (const ScaledFont &sf, const Glyph &g) | |
Public Attributes | |
| const ScaledFont & | scaled_font |
| const Glyph & | glyph |
A font along with a glyph in that font rendered at a particular scale.
Definition at line 34 of file font_glyph_pair.h.
|
inline |
Definition at line 35 of file font_glyph_pair.h.
| const Glyph& impeller::FontGlyphPair::glyph |
Definition at line 38 of file font_glyph_pair.h.
Referenced by impeller::GlyphAtlas::AddTypefaceGlyphPosition(), impeller::CanAppendToExistingAtlas(), and impeller::GlyphAtlas::FindFontGlyphBounds().
| const ScaledFont& impeller::FontGlyphPair::scaled_font |
Definition at line 37 of file font_glyph_pair.h.
Referenced by impeller::GlyphAtlas::AddTypefaceGlyphPosition(), impeller::CanAppendToExistingAtlas(), and impeller::GlyphAtlas::FindFontGlyphBounds().