A font along with a glyph in that font rendered at a particular scale and subpixel position. More...
#include <font_glyph_pair.h>
Public Member Functions | |
FontGlyphPair (const ScaledFont &sf, const SubpixelGlyph &g) | |
Public Attributes | |
ScaledFont | scaled_font |
SubpixelGlyph | glyph |
A font along with a glyph in that font rendered at a particular scale and subpixel position.
Definition at line 137 of file font_glyph_pair.h.
|
inline |
Definition at line 138 of file font_glyph_pair.h.
SubpixelGlyph impeller::FontGlyphPair::glyph |
Definition at line 141 of file font_glyph_pair.h.
Referenced by impeller::GlyphAtlas::AddTypefaceGlyphPositionAndBounds(), impeller::BulkUpdateAtlasBitmap(), impeller::GlyphAtlas::FindFontGlyphBounds(), and impeller::UpdateAtlasBitmap().
ScaledFont impeller::FontGlyphPair::scaled_font |
Definition at line 140 of file font_glyph_pair.h.
Referenced by impeller::GlyphAtlas::AddTypefaceGlyphPositionAndBounds(), impeller::BulkUpdateAtlasBitmap(), impeller::GlyphAtlas::FindFontGlyphBounds(), and impeller::UpdateAtlasBitmap().