Font

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.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int