public final class FolderFontSource extends FontSource
Represents the folder that contains font files.
Constructor and Description |
---|
FolderFontSource(String folderPath)
Initializes a new instance of
FolderFontSource class. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Check if folder font source objects are equal.
|
String |
getFolderPath()
Path to the folder that contains font files.
|
void |
setFolderPath(String value) |
public FolderFontSource(String folderPath)
Initializes a new instance of FolderFontSource
class.
folderPath
- Path to the folder.Copyright © 2014 Aspose. All Rights Reserved.