Package-level declarations

Types

Link copied to clipboard

Raw bytes of the fonts shipped inside the library.

Link copied to clipboard
data class ResolvedFont(val name: String, val bytes: ByteArray?)

Resolved font reference passed to a com.conamobile.pdfkmp.render.PdfDriver.

Functions

Link copied to clipboard
fun resolveFont(font: PdfFont, weight: FontWeight, style: FontStyle): ResolvedFont

Maps a PdfFont reference plus the desired weight and style to a concrete ResolvedFont that the renderer can register and draw with.