Package-level declarations

Contains classes to interact with fonts.

Types

Link copied to clipboard
open class Font(val name: String, val fontFiles: List<File> = emptyList(), val defaultTypeface: Typeface? = null)

A single font that can be set on an com.pspdfkit.annotations.Annotation.

Link copied to clipboard
interface FontManager
Gives you access to all the fonts available on the system.