Package com.lowagie.text.pdf
Class FopGlyphProcessor
- java.lang.Object
-
- com.lowagie.text.pdf.FopGlyphProcessor
-
public class FopGlyphProcessor extends java.lang.Object
Utilizing Fop advanced typography capabilities for TrueType fonts.
-
-
Field Summary
Fields Modifier and Type Field Description private static boolean
isFopSupported
-
Constructor Summary
Constructors Constructor Description FopGlyphProcessor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
convertToBytesWithGlyphs(BaseFont font, java.lang.String text, java.lang.String fileName, java.util.Map<java.lang.Integer,int[]> longTag, java.lang.String language)
static boolean
isFopSupported()
-
-
-
Method Detail
-
isFopSupported
public static boolean isFopSupported()
-
convertToBytesWithGlyphs
public static byte[] convertToBytesWithGlyphs(BaseFont font, java.lang.String text, java.lang.String fileName, java.util.Map<java.lang.Integer,int[]> longTag, java.lang.String language) throws java.io.UnsupportedEncodingException
- Throws:
java.io.UnsupportedEncodingException
-
-