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.font
/
TextGlyph
/
TextGlyph
Text
Glyph
constructor
(
byteOffset
:
Int
,
byteCount
:
Int
,
gid
:
Int
,
text
:
String
,
advanceWidth
:
Double
,
outline
:
KitePath
?
,
isWordSpace
:
Boolean
,
xOffset
:
Double
=
0.0
,
yOffset
:
Double
=
0.0
)