public class FopConfigUtil
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
FopConfigUtil() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
addFontTriplet(java.lang.StringBuilder result,
java.lang.String familyName,
java.lang.String style,
java.lang.String weight) |
static Fop |
createConfigurationObject(Mapper fontMapper,
java.util.Set<java.lang.String> fontsInUse) |
protected static Fonts |
declareRendererFonts(Mapper fontMapper,
java.util.Set<java.lang.String> fontsInUse)
Create a FOP font configuration for each font used in the
document.
|
protected static java.lang.String |
weightToCSS2FontWeight(int i) |
public static Fop createConfigurationObject(Mapper fontMapper, java.util.Set<java.lang.String> fontsInUse) throws Docx4JException
Docx4JExceptionprotected static Fonts declareRendererFonts(Mapper fontMapper, java.util.Set<java.lang.String> fontsInUse)
protected static void addFontTriplet(java.lang.StringBuilder result,
java.lang.String familyName,
java.lang.String style,
java.lang.String weight)
protected static java.lang.String weightToCSS2FontWeight(int i)
Copyright © 2007–2023. All rights reserved.