Package com.adobe.fontengine.font
Class EmbeddingPermission.SubsettingRestriction
java.lang.Object
com.adobe.fontengine.font.EmbeddingPermission.SubsettingRestriction
- Enclosing class:
EmbeddingPermission
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EmbeddingPermission.SubsettingRestrictionEmbedding restriction: must embed the full fontstatic final EmbeddingPermission.SubsettingRestrictionEmbedding restriction: can embed a subsetstatic final EmbeddingPermission.SubsettingRestrictionEmbedding restriction: the font does not express a restriction on subsetting. -
Method Summary
-
Field Details
-
FULL_FONT_ONLY
Embedding restriction: must embed the full font -
SUBSETTING_OK
Embedding restriction: can embed a subset -
UNKNOWN_SUBSETTING_RESTRICTION
Embedding restriction: the font does not express a restriction on subsetting.
-