public final class EmbeddingLevel
extends com.aspose.ms.System.Enum
Represents the licensing rights for embedding the font.
| Modifier and Type | Field and Description |
|---|---|
static int |
BitmapOnly
When this bit is set, only bitmaps contained in the font may be embedded.
|
static int |
Editable
When this bit is set, the font may be embedded but must only be installed temporarily on other systems.
|
static int |
Installable
Fonts with this setting indicate that they may be embedded and permanently installed on the remote system by an application.
|
static int |
NoSubsetting
When this bit is set, the font may not be subsetted prior to embedding.
|
static int |
PreviewPrint
When this bit is set, the font may be embedded, and temporarily loaded on the remote system.
|
static int |
Restricted
Fonts that have only this bit set must not be modified, embedded or exchanged in any manner without first obtaining permission of the legal owner.
|
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, toStringpublic static final int Installable
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.
public static final int Restricted
Fonts that have only this bit set must not be modified, embedded or exchanged in any manner without first obtaining permission of the legal owner.
public static final int PreviewPrint
When this bit is set, 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.
public static final int Editable
When this bit is set, the font may be embedded but must only be installed temporarily on other systems. In contrast to Preview & Print fonts, documents containing Editable fonts may be opened for reading, editing is permitted, and changes may be saved.
public static final int NoSubsetting
When this bit is set, the font may not be subsetted prior to embedding. Other embedding restrictions specified in bits 0-3 and 9 also apply.
public static final int BitmapOnly
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.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.