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
/
CMap
/
CodeUnit
Code
Unit
data
class
CodeUnit
(
val
cid
:
Int
,
val
code
:
Int
,
val
byteOffset
:
Int
,
val
byteCount
:
Int
)
Members
Constructors
Code
Unit
Link copied to clipboard
constructor
(
cid
:
Int
,
code
:
Int
,
byteOffset
:
Int
,
byteCount
:
Int
)
Properties
byte
Count
Link copied to clipboard
val
byteCount
:
Int
byte
Offset
Link copied to clipboard
val
byteOffset
:
Int
cid
Link copied to clipboard
val
cid
:
Int
code
Link copied to clipboard
val
code
:
Int