Describes font embedding permissions specified in an OpenType font file.
Namespace: FirstFloor.Documents.FontsAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
[FlagsAttribute] public enum FontEmbeddingRight |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration FontEmbeddingRight |
| Visual C++ |
|---|
[FlagsAttribute] public enum class FontEmbeddingRight |
Members
| Member name | Value | Description | |
|---|---|---|---|
| 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. | |
| RestrictedLicense | 2 | Fonts with this setting must not be modified, embedded or exchanged in any manner without first obtaining permission of the legal owner. | |
| PreviewAndPrint | 4 | The font may be embedded, and temporarily loaded on the remote system. Documents containing Preview & Print fonts must be opened “read-only;” no edits can be applied to the document. | |
| EditableEmbedding | 8 | The font may be embedded but must only be installed temporarily on other systems. | |
| NoSubsetting | 256 | The font may not be subsetted prior to embedding. | |
| BitmapEmbeddingOnly | 512 | 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. |