FontEmbeddingRight Enum

Definition

Describes font embedding permissions specified in an OpenType font file.

public enum class FontEmbeddingRight
public enum FontEmbeddingRight
type FontEmbeddingRight = 
Public Enum FontEmbeddingRight
Inheritance
FontEmbeddingRight

Fields

Editable 9

The font may be embedded but must only be installed temporarily on other systems. In contrast to the PreviewAndPrint setting, documents containing Editable fonts may be opened for reading, editing is permitted, and changes may be saved.

EditableButNoSubsetting 10

The font may be embedded but must only be installed temporarily on other systems. Documents containing the font may be opened for reading, editing is permitted, and changes may be saved. The font may not be subsetted prior to embedding.

EditableButNoSubsettingAndWithBitmapsOnly 12

The font may be embedded but must only be installed temporarily on other systems. Documents containing the font may be opened for reading, editing is permitted, and changes may be saved. The font may not be subsetted prior to embedding. Only bitmaps contained in the font may be embedded. No outline data may be embedded.

EditableButWithBitmapsOnly 11

The font may be embedded but must only be installed temporarily on other systems. Documents containing the font may be opened for reading, editing is permitted, and changes may be saved. Only bitmaps contained in the font may be embedded. No outline data may be embedded.

Installable 0

Fonts with this setting indicate that they may be embedded and permanently installed on the remote system by an application. The user of the remote system acquires the identical rights, obligations and licenses for that font as the original purchaser of the font, and is subject to the same end-user license agreement, copyright, design patent, and/or trademark as was the original purchaser.

InstallableButNoSubsetting 1

Fonts with this setting indicate that they may be embedded and permanently installed on the remote system by an application. They may not be subsetted prior to embedding.

InstallableButNoSubsettingAndWithBitmapsOnly 3

Fonts with this setting indicate that they may be embedded and permanently installed on the remote system by an application. They may not be subsetted prior to embedding. Only bitmaps contained in the fonts may be embedded. No outline data may be embedded.

InstallableButWithBitmapsOnly 2

Fonts with this setting indicate that they may be embedded and permanently installed on the remote system by an application. Only bitmaps contained in the fonts may be embedded. No outline data may be embedded.

PreviewAndPrint 5

The font may be embedded and temporarily loaded on the remote system. Documents containing the font must be opened in a read-only mode.

PreviewAndPrintButNoSubsetting 6

The font may be embedded and temporarily loaded on the remote system. Documents containing the font must be opened in a read-only mode. The font may not be subsetted prior to embedding.

PreviewAndPrintButNoSubsettingAndWithBitmapsOnly 8

The font may be embedded and temporarily loaded on the remote system. Documents containing the font must be opened in a read-only mode. The font may not be subsetted prior to embedding. Only bitmaps contained in the font may be embedded. No outline data may be embedded.

PreviewAndPrintButWithBitmapsOnly 7

The font may be embedded and temporarily loaded on the remote system. Documents containing the font must be opened in a read-only mode. Only bitmaps contained in the font may be embedded. No outline data may be embedded.

RestrictedLicense 4

Fonts with this setting must not be modified, embedded or exchanged in any manner without first obtaining permission of the legal owner.

Remarks

For more information on the OpenType fonts, see the OpenType Specification at http://www.microsoft.com/typography/otspec/.

Applies to