Enum FontEmbeddingRule

Enum FontEmbeddingRule

Namespace: Aspose.Html.Rendering.Doc
Assembly: Aspose.HTML.dll (25.2.0)

Represents the font embedding rules.

[ComVisible(true)]
public enum FontEmbeddingRule

Fields

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.