Class FontProxy

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

public final class FontProxy extends Object implements Serializable
FontProxy provides the class used for storing a FontDescription and a Font together in a database for retrieval. This is the standard way that CAFE databases will store fonts.
See Also:
  • Constructor Details

  • Method Details

    • getFont

      public Font getFont()
      Returns:
      the Font
    • getFontDescription

      public FontDescription getFontDescription()
      Returns:
      the FontDescription
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object