Flutter Engine
The Flutter Engine
Public Attributes | List of all members
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 19 of file font_glyph_pair.h.

Member Data Documentation

◆ color

Color impeller::GlyphProperties::color = Color::Black()

Definition at line 20 of file font_glyph_pair.h.

◆ stroke

bool impeller::GlyphProperties::stroke = false

Definition at line 25 of file font_glyph_pair.h.

◆ stroke_cap

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

Definition at line 22 of file font_glyph_pair.h.

◆ stroke_join

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

Definition at line 23 of file font_glyph_pair.h.

◆ stroke_miter

Scalar impeller::GlyphProperties::stroke_miter = 4.0

Definition at line 24 of file font_glyph_pair.h.

◆ stroke_width

Scalar impeller::GlyphProperties::stroke_width = 0.0

Definition at line 21 of file font_glyph_pair.h.


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