Aspose::Page::EPS::FontConstants class
FontConstants class
This class defines a set of constants for saving fonts.
class FontConstants : public System::Object
Methods
Method | Description |
---|---|
static EMBED_FONTS() | Key of property indicating whether to embed fonts in saved document. |
static EMBED_FONTS_AS() | Key of property indicating a type of font to use when saving document. |
static EMBED_FONTS_TRUETYPE() | “TrueType” font type value for “EMBED_FONTS_AS” key |
static EMBED_FONTS_TYPE1() | “Type1” font type value for “EMBED_FONTS_AS” key |
static EMBED_FONTS_TYPE3() | “Type3” font type value for “EMBED_FONTS_AS” key |
static get_EmbedFontsAsList() |
See Also
- Class Object
- Namespace Aspose::Page::EPS
- Library Aspose.Page for C++