Class FontConstants
FontConstants class
This class defines a set of constants for saving fonts.
public class FontConstants
Properties
Name | Description |
---|
static EmbedFontsAsList { get; } | available “EMBED_FONTS_AS” values. |
Fields
Name | Description |
---|
const EMBED_FONTS | Key of property indicating whether to embed fonts in saved document |
const EMBED_FONTS_AS | Key of property indicating a type of font to use when saving document |
const EMBED_FONTS_TRUETYPE | “TrueType” font type value for “EMBED_FONTS_AS” key |
const EMBED_FONTS_TYPE1 | “Type1” font type value for “EMBED_FONTS_AS” key |
const EMBED_FONTS_TYPE3 | “Type3” font type value for “EMBED_FONTS_AS” key |
See Also