Package | Description |
---|---|
org.apache.fop.fonts |
Classes for font handling.
|
org.apache.fop.fonts.type1 |
Classes for Adobe Type 1 fonts.
|
org.apache.fop.render.java2d |
Java2D Renderer which paints rendered pages on Graphics2D instances.
|
Modifier and Type | Method and Description |
---|---|
FontUris |
EmbedFontInfo.getFontUris() |
Modifier and Type | Method and Description |
---|---|
static CustomFont |
FontLoader.loadFont(FontUris fontUris,
String subFontName,
boolean embedded,
EmbeddingMode embeddingMode,
EncodingMode encodingMode,
boolean useKerning,
boolean useAdvanced,
InternalResourceResolver resourceResolver,
boolean simulateStyle,
boolean embedAsType1,
boolean useSVG)
Loads a custom font from a URI.
|
Constructor and Description |
---|
EmbedFontInfo(FontUris fontUris,
boolean kerning,
boolean advanced,
List<FontTriplet> fontTriplets,
String subFontName)
Main constructor
|
EmbedFontInfo(FontUris fontUris,
boolean kerning,
boolean advanced,
List<FontTriplet> fontTriplets,
String subFontName,
EncodingMode encodingMode,
EmbeddingMode embeddingMode,
boolean simulateStyle,
boolean embedAsType1,
boolean useSVG,
boolean lazyLoad)
Main constructor
|
Constructor and Description |
---|
Type1FontLoader(FontUris fontUris,
boolean embedded,
EmbeddingMode embeddingMode,
boolean useKerning,
InternalResourceResolver resourceResolver)
Constructs a new Type 1 font loader.
|
Constructor and Description |
---|
CustomFontMetricsMapper(FontUris fontUris,
EmbedFontInfo configFontInfo,
InternalResourceResolver resourceResolver) |
Copyright © 2025 Apache Software Foundation. All rights reserved.