public final class OpenTypeLicensingRights
extends com.aspose.ms.System.Enum
Indicates font embedding licensing rights for the font.
Modifier and Type | Field and Description |
---|---|
static int |
BitmapEmbeddingOnly
Bitmap embedding only.
|
static int |
EditableEmbedding
Editable embedding.
|
static int |
InstallableEmbedding
Installable embedding.
|
static int |
None
The undefined licensing rights.
|
static int |
NoSubsetting
No subsetting.
|
static int |
PreviewAndPrintEmbedding
Preview and Print embedding.
|
static int |
RestrictedLicenseEmbedding
Restricted License embedding.
|
static int |
UsagePermissionsMask
Usage permissions mask.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
The undefined licensing rights.
public static final int UsagePermissionsMask
Usage permissions mask.
public static final int InstallableEmbedding
Installable embedding. The font may be embedded, and may be permanently installed for use on a remote systems, or for use by other users.
public static final int RestrictedLicenseEmbedding
Restricted License embedding. The font must not be modified, embedded or exchanged in any manner without first obtaining explicit permission of the legal owner.
public static final int PreviewAndPrintEmbedding
Preview and Print embedding. The font may be embedded, and may be temporarily loaded on other systems for purposes of viewing or printing the document. Documents containing Preview & Print fonts must be opened “read-only”; no edits can be applied to the document.
public static final int EditableEmbedding
Editable embedding. The font may be embedded, and may be temporarily loaded on other systems. As with Preview and Print embedding, documents containing Editable fonts may be opened for reading. In addition, editing is permitted, including ability to format new text using the embedded font, and changes may be saved.
public static final int NoSubsetting
No subsetting. When this bit is set, the font may not be subsetted prior to embedding. Other embedding restrictions specified in bits 0 to 3 and bit 9 also apply.
public static final int BitmapEmbeddingOnly
Bitmap embedding only. When this bit is set, only bitmaps contained in the font may be embedded. No outline data may be embedded. If there are no bitmaps available in the font, then the font is considered unembeddable and the embedding services will fail. Other embedding restrictions specified in bits 0-3 and 8 also apply.