Class 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  
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • isFopSupported

        private static boolean isFopSupported
    • Constructor Detail

      • FopGlyphProcessor

        public FopGlyphProcessor()
    • 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