Package com.adobe.fontengine.font
Class EmbeddingPermission
java.lang.Object
com.adobe.fontengine.font.EmbeddingPermission
Constants for embedding permissions.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionstatic PermissiongetCIDDefaultPermission(int[] xuid) static Permissionstatic Permissionstatic Permissionstatic PermissiongetType1DefaultPermission(String notice, String fontname) static PermissioninterpretFSType(int fsType) Interpret the provided fsType according to tech note 5147: Font Embedding Guidelines for Adobe Third-party Developers
-
Method Details
-
interpretFSType
Interpret the provided fsType according to tech note 5147: Font Embedding Guidelines for Adobe Third-party Developers- Parameters:
fsType-- Returns:
- the permissions associated with the fsType provided.
-
getType1DefaultPermission
-
getCIDDefaultPermission
-
getTrueTypeDefaultPermission
-
getDefaultWasEmbeddedPermission
-
getOCFDefaultPermission
-