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.
Referenced by impeller::CanAppendToExistingAtlas(), impeller::ComputeGlyphSize(), impeller::CreateAtlasBitmap(), impeller::DrawGlyph(), std::hash< impeller::SubpixelGlyph >::operator()(), std::equal_to< impeller::SubpixelGlyph >::operator()(), impeller::TextContents::Render(), and impeller::testing::TEST_P().
| GlyphProperties impeller::SubpixelGlyph::properties |
Definition at line 43 of file font_glyph_pair.h.
Referenced by impeller::ComputeGlyphSize(), impeller::DrawGlyph(), std::hash< impeller::SubpixelGlyph >::operator()(), std::equal_to< impeller::SubpixelGlyph >::operator()(), and impeller::UpdateAtlasBitmap().
| Point impeller::SubpixelGlyph::subpixel_offset |
Definition at line 42 of file font_glyph_pair.h.
Referenced by impeller::ComputeGlyphSize(), impeller::DrawGlyph(), std::hash< impeller::SubpixelGlyph >::operator()(), and std::equal_to< impeller::SubpixelGlyph >::operator()().