public final class DefaultFontConfig extends Object implements FontConfig
Modifier and Type | Class and Description |
---|---|
static class |
DefaultFontConfig.DefaultFontConfigParser
Parses the morge generic font information.
|
static class |
DefaultFontConfig.Directory
The directory to find fonts within.
|
static class |
DefaultFontConfig.Font
Represents a font object within the FOP conf.
|
FontConfig.FontConfigParser
Modifier and Type | Method and Description |
---|---|
List<DefaultFontConfig.Directory> |
getDirectories()
Returns a list of directories that were parsed.
|
List<DefaultFontConfig.Font> |
getFonts()
Returns the list of fonts that were parsed.
|
List<String> |
getReferencedFontFamily()
Returns a list of referenced font families.
|
boolean |
isAutoDetectFonts()
Whether or not to enable auto-detecting of fonts in the system.
|
public List<DefaultFontConfig.Font> getFonts()
public List<DefaultFontConfig.Directory> getDirectories()
public List<String> getReferencedFontFamily()
public boolean isAutoDetectFonts()
Copyright © 2025 Apache Software Foundation. All rights reserved.