#include <font_glyph_pair.h>
Classes | |
| struct | Equal |
Public Attributes | |
| Color | color = Color::Black() |
| std::optional< StrokeParameters > | stroke |
Definition at line 19 of file font_glyph_pair.h.
| Color impeller::GlyphProperties::color = Color::Black() |
Definition at line 20 of file font_glyph_pair.h.
Referenced by impeller::FirstPassDispatcher::drawTextFrame(), impeller::GlyphProperties::Equal::operator()(), impeller::TextContents::SetTextProperties(), and impeller::testing::TEST_P().
| std::optional<StrokeParameters> impeller::GlyphProperties::stroke |
Definition at line 21 of file font_glyph_pair.h.
Referenced by impeller::FirstPassDispatcher::drawTextFrame(), impeller::GlyphProperties::Equal::operator()(), and impeller::TextContents::SetTextProperties().