public final class DefaultFontConfig extends java.lang.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 |
---|---|
java.util.List<DefaultFontConfig.Directory> |
getDirectories()
Returns a list of directories that were parsed.
|
java.util.List<DefaultFontConfig.Font> |
getFonts()
Returns the list of fonts that were parsed.
|
java.util.List<java.lang.String> |
getReferencedFontFamily()
Returns a list of referenced font families.
|
boolean |
isAutoDetectFonts()
Whether or not to enable auto-detecting of fonts in the system.
|
public java.util.List<DefaultFontConfig.Font> getFonts()
public java.util.List<DefaultFontConfig.Directory> getDirectories()
public java.util.List<java.lang.String> getReferencedFontFamily()
public boolean isAutoDetectFonts()
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.