A font and a scale. Used as a key that represents a typeface within a glyph atlas. More...
#include <font_glyph_pair.h>
Classes | |
struct | Equal |
Public Attributes | |
Font | font |
Rational | scale |
Friends | |
template<typename H > | |
H | AbslHashValue (H h, const ScaledFont &sf) |
A font and a scale. Used as a key that represents a typeface within a glyph atlas.
Definition at line 36 of file font_glyph_pair.h.
|
friend |
Definition at line 41 of file font_glyph_pair.h.
Font impeller::ScaledFont::font |
Definition at line 37 of file font_glyph_pair.h.
Referenced by impeller::DrawGlyph(), and impeller::ScaledFont::Equal::operator()().
Rational impeller::ScaledFont::scale |
Definition at line 38 of file font_glyph_pair.h.
Referenced by impeller::DrawGlyph(), and impeller::ScaledFont::Equal::operator()().