Class PdfFont.Keys
Predefined keys common to all font dictionaries.
public class PdfFont.Keys : KeysBase
- Inheritance
-
PdfFont.Keys
- Inherited Members
Constructors
Keys()
public Keys()
Fields
BaseFont
(Required) The PostScript name of the font.
public const string BaseFont = "/BaseFont"
Field Value
FontDescriptor
(Required except for the standard 14 fonts; must be an indirect reference) A font descriptor describing the font’s metrics other than its glyph widths. Note: For the standard 14 fonts, the entries FirstChar, LastChar, Widths, and FontDescriptor must either all be present or all be absent. Ordinarily, they are absent; specifying them enables a standard font to be overridden.
public const string FontDescriptor = "/FontDescriptor"
Field Value
Subtype
(Required) The type of font.
public const string Subtype = "/Subtype"
Field Value
Type
(Required) The type of PDF object that this dictionary describes; must be Font for a font dictionary.
public const string Type = "/Type"