Package-level declarations

Types

Link copied to clipboard
interface FontMetrics

Platform abstraction over text measurement.

Link copied to clipboard
interface PdfCanvas

Platform-agnostic 2D drawing surface for one PDF page.

Link copied to clipboard
interface PdfDriver

Per-document handle returned by a PdfDriverFactory.

Link copied to clipboard

Factory for PdfDriver instances.

Link copied to clipboard
data class TextMetrics(val width: Float, val ascent: Float, val descent: Float, val lineGap: Float = 0.0f)

Resolved metrics for one piece of laid-out text.