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