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
/
TextState
/
TextState
Text
State
constructor
(
font
:
PdfFont
?
=
null
,
fontSize
:
Double
=
12.0
,
textMatrix
:
Matrix
=
Matrix.IDENTITY
,
lineMatrix
:
Matrix
=
Matrix.IDENTITY
,
charSpacing
:
Double
=
0.0
,
wordSpacing
:
Double
=
0.0
,
horizontalScaling
:
Double
=
100.0
,
leading
:
Double
=
0.0
,
rise
:
Double
=
0.0
,
renderingMode
:
Int
=
0
)