Package | Description |
---|---|
org.apache.fop.fonts |
Classes for font handling.
|
Modifier and Type | Method and Description |
---|---|
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 and 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-2012 The Apache Software Foundation. All Rights Reserved.