System

data class System(val name: String) : PdfFont

A font referenced by name. The name is looked up against the platform font registry at render time. Falls back to Default when missing.

For scripts that ship under different system font names on each platform (e.g. CJK, Arabic), pass a comma-separated name like "Noto Sans CJK SC, PingFang SC" — the renderer tries each name in order and uses the first one that resolves.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

Names this reference is allowed to resolve to, in priority order.

Link copied to clipboard
open override val key: String

Stable identifier used for caching the resolved platform font.

Link copied to clipboard