A font and a scale. Used as a key that represents a typeface within a glyph atlas. More...
#include <font_glyph_pair.h>
Public Attributes | |
Font | font |
Scalar | scale |
A font and a scale. Used as a key that represents a typeface within a glyph atlas.
Definition at line 24 of file font_glyph_pair.h.
Font impeller::ScaledFont::font |
Definition at line 25 of file font_glyph_pair.h.
Referenced by impeller::CanAppendToExistingAtlas(), impeller::TypographerContextSkia::CreateGlyphAtlas(), impeller::TypographerContextSTB::CreateGlyphAtlas(), impeller::DrawGlyph(), std::hash< impeller::ScaledFont >::operator()(), and std::equal_to< impeller::ScaledFont >::operator()().
Scalar impeller::ScaledFont::scale |
Definition at line 26 of file font_glyph_pair.h.
Referenced by impeller::CanAppendToExistingAtlas(), impeller::TypographerContextSkia::CreateGlyphAtlas(), impeller::TypographerContextSTB::CreateGlyphAtlas(), impeller::DrawGlyph(), std::hash< impeller::ScaledFont >::operator()(), and std::equal_to< impeller::ScaledFont >::operator()().