Package-level declarations
Types
Link copied to clipboard
One contour = sequence of points around a closed loop.
Link copied to clipboard
Parsed glyph outline. TrueType outlines are sequences of contours, where each contour is points with on/off-curve flags. Off-curve points are quadratic Bézier control points; consecutive off-curve points imply an implied on-curve point at their midpoint.
Link copied to clipboard
A single glyph point in font design units.
Link copied to clipboard
object Standard14Widths
Standard 14 base font widths, ported from the URW++ AFM files MuPDF ships. Metric-compatible with Adobe Helvetica / Times / Courier / Symbol / ZapfDingbats.
Link copied to clipboard
class TrueTypeFont
Pure-Kotlin TrueType / OpenType font parser.
Link copied to clipboard