Package | Description |
---|---|
org.apache.fop.fonts |
Classes for font handling.
|
Modifier and Type | Method | Description |
---|---|---|
static FontTriplet.Matcher |
FontManagerConfigurator.createFontsMatcher(java.util.List<java.lang.String> fontFamilies,
boolean strict) |
Creates a font triplet matcher from a configuration object.
|
static FontTriplet.Matcher |
FontManagerConfigurator.createFontsMatcher(org.apache.avalon.framework.configuration.Configuration cfg,
boolean strict) |
Creates a font triplet matcher from a configuration object.
|
FontTriplet.Matcher |
FontManager.getReferencedFontsMatcher() |
Gets the
FontTriplet.Matcher that can be used to identify the fonts that shall
be referenced rather than embedded. |
Modifier and Type | Method | Description |
---|---|---|
void |
FontManager.setReferencedFontsMatcher(FontTriplet.Matcher matcher) |
Sets the
FontTriplet.Matcher that can be used to identify the fonts that shall
be referenced rather than embedded. |
void |
FontManager.updateReferencedFonts(java.util.List<EmbedFontInfo> fontInfoList,
FontTriplet.Matcher matcher) |
Updates the referenced font list.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.