KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf.font
/
GlyphBbox
Glyph
Bbox
data
class
GlyphBbox
(
val
xMin
:
Int
,
val
yMin
:
Int
,
val
xMax
:
Int
,
val
yMax
:
Int
)
Members
Constructors
Glyph
Bbox
Link copied to clipboard
constructor
(
xMin
:
Int
,
yMin
:
Int
,
xMax
:
Int
,
yMax
:
Int
)
Properties
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