KitePDF
Toggle table of contents
0.6.1
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-compose-viewer
/
io.github.yuroyami.kitepdf.compose
/
ComposeCanvas
/
drawGlyphs
draw
Glyphs
open
override
fun
drawGlyphs
(
glyphs
:
List
<
TextGlyph
>
,
fontSize
:
Double
,
unitsPerEm
:
Int
,
hasOutlines
:
Boolean
,
fontSpec
:
FontSpec
,
textToDevice
:
Matrix
,
color
:
RgbColor
,
alpha
:
Double
,
blendMode
:
BlendMode
)