#include <font_glyph_pair.h>
Classes | |
| struct | Equal |
Public Attributes | |
| Color | color = Color::Black() |
| Scalar | stroke_width = 0.0 |
| Cap | stroke_cap = Cap::kButt |
| Join | stroke_join = Join::kMiter |
| Scalar | stroke_miter = 4.0 |
| bool | stroke = false |
Definition at line 17 of file font_glyph_pair.h.
| Color impeller::GlyphProperties::color = Color::Black() |
Definition at line 18 of file font_glyph_pair.h.
Referenced by impeller::FirstPassDispatcher::drawTextFrame(), impeller::GlyphProperties::Equal::operator()(), impeller::TextContents::SetTextProperties(), and impeller::testing::TEST_P().
| bool impeller::GlyphProperties::stroke = false |
Definition at line 23 of file font_glyph_pair.h.
Referenced by impeller::FirstPassDispatcher::drawTextFrame(), impeller::GlyphProperties::Equal::operator()(), and impeller::TextContents::SetTextProperties().
| Cap impeller::GlyphProperties::stroke_cap = Cap::kButt |
Definition at line 20 of file font_glyph_pair.h.
Referenced by impeller::FirstPassDispatcher::drawTextFrame(), impeller::GlyphProperties::Equal::operator()(), and impeller::TextContents::SetTextProperties().
| Join impeller::GlyphProperties::stroke_join = Join::kMiter |
Definition at line 21 of file font_glyph_pair.h.
Referenced by impeller::FirstPassDispatcher::drawTextFrame(), impeller::GlyphProperties::Equal::operator()(), and impeller::TextContents::SetTextProperties().
| Scalar impeller::GlyphProperties::stroke_miter = 4.0 |
Definition at line 22 of file font_glyph_pair.h.
Referenced by impeller::FirstPassDispatcher::drawTextFrame(), impeller::GlyphProperties::Equal::operator()(), and impeller::TextContents::SetTextProperties().
| Scalar impeller::GlyphProperties::stroke_width = 0.0 |
Definition at line 19 of file font_glyph_pair.h.
Referenced by impeller::FirstPassDispatcher::drawTextFrame(), impeller::GlyphProperties::Equal::operator()(), and impeller::TextContents::SetTextProperties().