The PdfFontKeys type exposes the following members.
Fields
Name | Description | |
---|---|---|
BaseFont |
(Required) The PostScript name of the font.
| |
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.
| |
Subtype |
(Required) The type of font.
| |
Type |
(Required) The type of PDF object that this dictionary describes;
must be Font for a font dictionary.
|
See Also