Class CacheSupportInfo

  • All Implemented Interfaces:
    java.io.Serializable

    public class CacheSupportInfo
    extends java.lang.Object
    implements java.io.Serializable
    Additional font info items, above and beyond any particular FontDescription, which may be used in support of the font cache to avoid unnecessary font parsing operations. Immutable and therefore thread safe.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheSupportInfo​(java.lang.String type, int numGlyphs, boolean cff)  
    • Constructor Detail

      • CacheSupportInfo

        public CacheSupportInfo​(java.lang.String type,
                                int numGlyphs,
                                boolean cff)
    • Method Detail

      • getFontType

        public java.lang.String getFontType()
      • getNumGlyphs

        public int getNumGlyphs()
      • isCFF

        public boolean isCFF()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object