KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf.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
)