Flutter Engine
The Flutter Engine
|
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 | |
const ScaledFont & | scaled_font |
const SubpixelGlyph & | glyph |
A font along with a glyph in that font rendered at a particular scale and subpixel position.
Definition at line 60 of file font_glyph_pair.h.
|
inline |
Definition at line 61 of file font_glyph_pair.h.
const SubpixelGlyph& impeller::FontGlyphPair::glyph |
Definition at line 64 of file font_glyph_pair.h.
const ScaledFont& impeller::FontGlyphPair::scaled_font |
Definition at line 63 of file font_glyph_pair.h.