FontEmbeddingRule Enum
FontEmbeddingRule enumeration
Represents the font embedding rules.
public enum FontEmbeddingRule
Values
Name | Value | Description |
---|---|---|
Full | 1 | All the used fonts will be embedded as-is. Be aware that some font could be licensed, this will make the resulting document uneditable. Also the embedded font files could significantly increase the size of the resulting document. |
None | 2 | Fonts won’t be embedded. |
See Also
- namespace Aspose.Html.Rendering.Doc
- assembly Aspose.HTML