Package | Description |
---|---|
org.apache.fop.fonts |
Classes for font handling.
|
Modifier and Type | Method and Description |
---|---|
static FontTriplet.Matcher |
FontManagerConfigurator.createFontsMatcher(Configuration cfg,
boolean strict)
Creates a font triplet matcher from a configuration object.
|
static FontTriplet.Matcher |
FontManagerConfigurator.createFontsMatcher(List<String> fontFamilies,
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(List<EmbedFontInfo> fontInfoList,
FontTriplet.Matcher matcher)
Updates the referenced font list.
|
Copyright © 2025 Apache Software Foundation. All rights reserved.