toggle menu
pspdfkit
PSPDFKit
switch theme
search in API
pspdfkit
/
com.pspdfkit.ui.fonts
/
FontManager
Font
Manager
interface
FontManager
Gives you access to all the fonts available on the system.
Members
Functions
get
Available
Fonts
Link copied to clipboard
@
NonNull
abstract
fun
getAvailableFonts
(
)
:
List
<
Font
>
This lists all the fonts available to use with PSPDFKit.
get
Font
By
Name
Link copied to clipboard
@
Nullable
abstract
fun
getFontByName
(
@
Nullable
name
:
String
)
:
Font
Gets the font specified by the given name or
null
.