KitePDF
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
KitePDF
kitepdf
/
io.github.yuroyami.kitepdf.render
/
PdfPath
/
Segment
/
QuadTo
Quad
To
data
class
QuadTo
(
val
x1
:
Double
,
val
y1
:
Double
,
val
x2
:
Double
,
val
y2
:
Double
)
:
PdfPath.Segment
Quadratic Bézier — TrueType glyph outlines emit these directly.
Members
Constructors
Quad
To
Link copied to clipboard
constructor
(
x1
:
Double
,
y1
:
Double
,
x2
:
Double
,
y2
:
Double
)
Properties
x1
Link copied to clipboard
val
x1
:
Double
x2
Link copied to clipboard
val
x2
:
Double
y1
Link copied to clipboard
val
y1
:
Double
y2
Link copied to clipboard
val
y2
:
Double