KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf.font
/
Head
Head
data
class
Head
(
val
flags
:
Int
,
val
unitsPerEm
:
Int
,
val
xMin
:
Int
,
val
yMin
:
Int
,
val
xMax
:
Int
,
val
yMax
:
Int
,
val
indexToLocFormat
:
Int
)
Members
Constructors
Head
Link copied to clipboard
constructor
(
flags
:
Int
,
unitsPerEm
:
Int
,
xMin
:
Int
,
yMin
:
Int
,
xMax
:
Int
,
yMax
:
Int
,
indexToLocFormat
:
Int
)
Properties
flags
Link copied to clipboard
val
flags
:
Int
index
To
Loc
Format
Link copied to clipboard
val
indexToLocFormat
:
Int
0 = short loca (uint16 × 2), 1 = long loca (uint32).
units
Per
Em
Link copied to clipboard
val
unitsPerEm
:
Int
x
Max
Link copied to clipboard
val
xMax
:
Int
x
Min
Link copied to clipboard
val
xMin
:
Int
y
Max
Link copied to clipboard
val
yMax
:
Int
y
Min
Link copied to clipboard
val
yMin
:
Int