Package com.adobe.fontengine.font
Class Permission
java.lang.Object
com.adobe.fontengine.font.Permission
Describes the usage rights associated with a font.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PermissionEmbedding permission: can embed for editingstatic final PermissionEmbedding permission: the value in the font is not a legal one.static final PermissionEmbedding permission: can embed for installationstatic final PermissionEmbedding permission: can embed for preview and printstatic final PermissionEmbedding permission: cannot embed the font -
Method Summary
-
Field Details
-
RESTRICTED
Embedding permission: cannot embed the font -
PREVIEW_AND_PRINT
Embedding permission: can embed for preview and print -
EDITABLE
Embedding permission: can embed for editing -
INSTALLABLE
Embedding permission: can embed for installation -
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.
-