public class FontSources extends java.lang.Object implements IFontSources
Provides file and memory sources for external fonts.
| Constructor and Description |
|---|
FontSources()
Creates new default font options.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getFontFolders()
Folders containing font files.
|
byte[][] |
getMemoryFonts()
A collection of fonts represented as byte arrays.
|
void |
setFontFolders(java.lang.String[] value)
Folders containing font files.
|
void |
setMemoryFonts(byte[][] value)
A collection of fonts represented as byte arrays.
|
public final java.lang.String[] getFontFolders()
Folders containing font files. All font files located in these folders are included in the collection. Folders that are recursively searched.
getFontFolders in interface IFontSourcespublic final void setFontFolders(java.lang.String[] value)
Folders containing font files. All font files located in these folders are included in the collection. Folders that are recursively searched.
setFontFolders in interface IFontSourcespublic final byte[][] getMemoryFonts()
A collection of fonts represented as byte arrays.
getMemoryFonts in interface IFontSourcespublic final void setMemoryFonts(byte[][] value)
A collection of fonts represented as byte arrays.
setMemoryFonts in interface IFontSourcesCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.