Class FontConstants

FontConstants class

This class defines a set of constants for saving fonts.

public class FontConstants

Properties

NameDescription
static EmbedFontsAsList { get; }available “EMBED_FONTS_AS” values.

Fields

NameDescription
const EMBED_FONTSKey of property indicating whether to embed fonts in saved document
const EMBED_FONTS_ASKey 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