KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf.parser
/
Token
/
Real
Real
data
class
Real
(
val
value
:
Double
,
val
offset
:
Int
)
:
Token
Members
Constructors
Real
Link copied to clipboard
constructor
(
value
:
Double
,
offset
:
Int
)
Properties
offset
Link copied to clipboard
val
offset
:
Int
value
Link copied to clipboard
val
value
:
Double