| com.pspdfkit.ui.fonts.FontManager |
Gives you access to all the fonts available on the system.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract List<Font> |
getAvailableFonts()
This lists all the fonts available to use with PSPDFKit.
| ||||||||||
| abstract Font |
getFontByName(String name)
Gets the font specified by the given name or null.
| ||||||||||
This lists all the fonts available to use with PSPDFKit.
Gets the font specified by the given name or null.
| name | The name of the font to get. |
|---|