toggle menu
nutrient
Nutrient
switch theme
search in API
nutrient
/
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 Nutrient.
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
.