printed ~master (2020-12-27T16:45:33Z)
Dub
Repo
brush
printed
canvas
irenderer
Make a brush suitable for
fillStyle
and
strokeStyle
.
Brush
brush
(int r, int g, int b, int a)
Brush
brush
(
int
r
,
int
g
,
int
b
,
int
a
)
Brush
brush
(int r, int g, int b)
Brush
brush
(string htmlColor)
Meta
Source
See Implementation
printed
canvas
irenderer
enums
FontStyle
FontWeight
TextAlign
TextBaseline
functions
brush
convertMillimetersToPoints
convertPointsToMillimeters
interfaces
IRenderingContext2D
structs
Brush
TextMetrics
Make a brush suitable for fillStyle and strokeStyle.