Flutter Engine
The Flutter Engine
|
A glyph and its subpixel position. More...
#include <font_glyph_pair.h>
Public Member Functions | |
SubpixelGlyph (Glyph p_glyph, Point p_subpixel_offset, GlyphProperties p_properties) | |
Public Attributes | |
Glyph | glyph |
Point | subpixel_offset |
GlyphProperties | properties |
A glyph and its subpixel position.
Definition at line 40 of file font_glyph_pair.h.
|
inline |
Definition at line 45 of file font_glyph_pair.h.
Glyph impeller::SubpixelGlyph::glyph |
Definition at line 41 of file font_glyph_pair.h.
GlyphProperties impeller::SubpixelGlyph::properties |
Definition at line 43 of file font_glyph_pair.h.
Point impeller::SubpixelGlyph::subpixel_offset |
Definition at line 42 of file font_glyph_pair.h.