Flutter Impeller
impeller::GlyphProperties Struct Reference

#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
 

Detailed Description

Definition at line 20 of file font_glyph_pair.h.

Member Data Documentation

◆ color

◆ stroke

◆ stroke_cap

Cap impeller::GlyphProperties::stroke_cap = Cap::kButt

◆ stroke_join

Join impeller::GlyphProperties::stroke_join = Join::kMiter

◆ stroke_miter

Scalar impeller::GlyphProperties::stroke_miter = 4.0

◆ stroke_width

Scalar impeller::GlyphProperties::stroke_width = 0.0

The documentation for this struct was generated from the following file: