OpenTypeLicensingRights

OpenTypeLicensingRights enumeration

Indicates font embedding licensing rights for the font.

[Flags]
public enum OpenTypeLicensingRights : ushort

Values

Name Value Description
None 0 The undefined licensing rights.
UsagePermissionsMask F Usage permissions mask.
InstallableEmbedding 1 Installable embedding. The font may be embedded, and may be permanently installed for use on a remote systems, or for use by other users.
RestrictedLicenseEmbedding 2 Restricted License embedding. The font must not be modified, embedded or exchanged in any manner without first obtaining explicit permission of the legal owner.
PreviewAndPrintEmbedding 4 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.
EditableEmbedding 8 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.
NoSubsetting 100 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.
BitmapEmbeddingOnly 200 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.

See Also