Class CacheSupportInfo

java.lang.Object
com.adobe.fontengine.fontmanagement.CacheSupportInfo
All Implemented Interfaces:
Serializable

public class CacheSupportInfo extends Object implements 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:
  • Constructor Details

    • CacheSupportInfo

      public CacheSupportInfo(String type, int numGlyphs, boolean cff)
  • Method Details

    • getFontType

      public String getFontType()
    • getNumGlyphs

      public int getNumGlyphs()
    • isCFF

      public boolean isCFF()
    • toString

      public String toString()
      Overrides:
      toString in class Object