KitePDF
Toggle table of contents
0.6.1
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-core
/
io.github.yuroyami.kitepdf.core.render
/
RecordingCanvas
/
Call
/
Glyphs
/
Glyphs
Glyphs
constructor
(
glyphs
:
List
<
TextGlyph
>
,
fontSize
:
Double
,
unitsPerEm
:
Int
,
hasOutlines
:
Boolean
,
fontSpec
:
FontSpec
,
textToDevice
:
Matrix
,
color
:
RgbColor
,
alpha
:
Double
=
1.0
,
blendMode
:
BlendMode
=
BlendMode.Normal
)