effect-tree - v1.0.36
Preparing search index...
Draw
GlyphGroup
Interface GlyphGroup
A glyph group has a
TeeSet
, a
LineSet
, an
ElbowSet
, and a cross in some specific style.
interface
GlyphGroup
{
cross
:
string
;
elbows
:
ElbowSet
;
lines
:
LineSet
;
tees
:
TeeSet
;
}
Index
Properties
cross
elbows
lines
tees
Properties
cross
cross
:
string
elbows
elbows
:
ElbowSet
lines
lines
:
LineSet
tees
tees
:
TeeSet
Settings
Member Visibility
Internal
Theme
OS
Light
Dark
On This Page
Properties
cross
elbows
lines
tees
effect-tree - v1.0.36
Loading...
A glyph group has a TeeSet, a LineSet, an ElbowSet, and a cross in some specific style.