public abstract class FoundationConfig extends Object
Provides members for setting product configuration. The class is abstract.
Modifier and Type | Method and Description |
---|---|
String |
getDefaultFontName()
The name of the default font.
|
List<String> |
getFontDirectories()
Gets or sets custom font directories paths
|
void |
setDefaultFontName(String value)
Gets or sets default font name.
|
void |
setFontDirectories(List<String> value)
Gets or sets custom font directories paths
|
public List<String> getFontDirectories()
Gets or sets custom font directories paths
public void setFontDirectories(List<String> value)
Gets or sets custom font directories paths
public String getDefaultFontName()
The name of the default font.
public void setDefaultFontName(String value)
Gets or sets default font name. Default font name may be specified in this cases: - You want to generally specify the default font to fall back on if particular font in a document cannot be found during rendering. - Your document uses fonts that non-English characters and you want to make sure any missing font is replaced with one that has the same character set available.
Copyright © 2018. All rights reserved.