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