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
/
Table
Table
data
class
Table
(
val
tag
:
String
,
val
offset
:
Int
,
val
length
:
Int
)
SFNT table location in the byte buffer. Public so
TtfCMap
can take one as a parameter.
Members
Constructors
Table
Link copied to clipboard
constructor
(
tag
:
String
,
offset
:
Int
,
length
:
Int
)
Properties
length
Link copied to clipboard
val
length
:
Int
offset
Link copied to clipboard
val
offset
:
Int
tag
Link copied to clipboard
val
tag
:
String