Class Permission


  • public final class Permission
    extends java.lang.Object
    Describes the usage rights associated with a font.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • RESTRICTED

        public static final Permission RESTRICTED
        Embedding permission: cannot embed the font
      • PREVIEW_AND_PRINT

        public static final Permission PREVIEW_AND_PRINT
        Embedding permission: can embed for preview and print
      • EDITABLE

        public static final Permission EDITABLE
        Embedding permission: can embed for editing
      • INSTALLABLE

        public static final Permission INSTALLABLE
        Embedding permission: can embed for installation
      • ILLEGAL_VALUE

        public static final Permission ILLEGAL_VALUE
        Embedding permission: the value in the font is not a legal one. This value is never returned from AFE's public APIs. It is always resolved to one of the above based on the context.