KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf.font
/
GlyphPoint
Glyph
Point
data
class
GlyphPoint
(
val
x
:
Int
,
val
y
:
Int
,
val
onCurve
:
Boolean
)
A single glyph point in font design units.
Members
Constructors
Glyph
Point
Link copied to clipboard
constructor
(
x
:
Int
,
y
:
Int
,
onCurve
:
Boolean
)
Properties
on
Curve
Link copied to clipboard
val
onCurve
:
Boolean
x
Link copied to clipboard
val
x
:
Int
y
Link copied to clipboard
val
y
:
Int