FontSources

FontSources class

Provides file and memory sources for external fonts.

FontSources

NameDescription
FontSources()Creates new default font options.

Returns: FontSources


getFontFolders

NameDescription
getFontFolders ()Folders containing font files. All font files located in these folders are included in the collection. Folders that are recursively searched.

Returns: String


getMemoryFonts

NameDescription
getMemoryFonts ()A collection of fonts represented as byte arrays.

Returns: byte


setFontFolders

NameDescription
setFontFolders (java.lang.String[])Folders containing font files. All font files located in these folders are included in the collection. Folders that are recursively searched.

Returns: void


setMemoryFonts

NameDescription
setMemoryFonts (byte[][])A collection of fonts represented as byte arrays.

Returns: void