Flutter Engine
The Flutter Engine
|
#include <font_glyph_pair.h>
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 19 of file font_glyph_pair.h.
Color impeller::GlyphProperties::color = Color::Black() |
Definition at line 20 of file font_glyph_pair.h.
bool impeller::GlyphProperties::stroke = false |
Definition at line 25 of file font_glyph_pair.h.
Cap impeller::GlyphProperties::stroke_cap = Cap::kButt |
Definition at line 22 of file font_glyph_pair.h.
Join impeller::GlyphProperties::stroke_join = Join::kMiter |
Definition at line 23 of file font_glyph_pair.h.
Scalar impeller::GlyphProperties::stroke_miter = 4.0 |
Definition at line 24 of file font_glyph_pair.h.
Scalar impeller::GlyphProperties::stroke_width = 0.0 |
Definition at line 21 of file font_glyph_pair.h.