 | FontStockNames Enumeration |
Represents standard Type 1 Fonts (Standard 14 Fonts). The PostScript names of 14 Type 1 fonts, known as the standard 14 fonts, are as follows:
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntaxpublic enum FontStockNames
Public Enumeration FontStockNames
public enum class FontStockNames
public enum FontStockNames
Patagames.Pdf.Enums.FontStockNames = function();
Patagames.Pdf.Enums.FontStockNames.createEnum('Patagames.Pdf.Enums.FontStockNames', false);
Members
| Member name | Value | Description |
---|
| Arial | 0 |
Synonym for Helvetica
|
| ArialBold | 1 |
Synonym for Helvetica−Bold
|
| ArialBoldOblique | 2 |
Synonym for Helvetica−BoldOblique
|
| ArialOblique | 3 |
Synonym for Helvetica−Oblique
|
| Courier | 4 |
Courier
|
| CourierBold | 5 |
Courier−Bold
|
| CourierBoldOblique | 6 |
Courier−BoldOblique
|
| CourierOblique | 7 |
Courier−Oblique
|
| Helvetica | 8 |
Helvetica
|
| HelveticaBold | 9 |
Helvetica−Bold
|
| HelveticaBoldOblique | 10 |
Helvetica−BoldOblique
|
| HelveticaOblique | 11 |
Helvetica−Oblique
|
| TimesRoman | 12 |
Times−Roman
|
| TimesBold | 13 |
Times−Bold
|
| TimesBoldItalic | 14 |
Times−BoldItalic
|
| TimesItalic | 15 |
Times−Italic
|
| Symbol | 16 |
Symbol
|
| ZapfDingbats | 17 |
ZapfDingbats
|
Remarks
These fonts, or their font metrics and suitable substitution fonts, must be available
to the consumer application. The character sets and encodings for these
fonts are listed in Appendix D of
PDF Reference 1.7.
The Adobe font metrics (AFM) files for the standard
14 fonts are available from the ASN Web site. For
more information on font metrics, see Adobe Technical Note #5004, Adobe Font Metrics File Format Specification.
Ordinarily, a font dictionary that refers to one of the standard fonts should omit
the FirstChar, LastChar, Widths, and FontDescriptor entries. However, it is permissible
to override a standard font by including these entries and embedding the
font program in the PDF file. (See implementation note 62 in Appendix H in PDF Reference 1.7.)
Note |
---|
Beginning with PDF 1.5, the special treatment given to the standard 14 fonts
is deprecated. All fonts used in a PDF document should be represented using a complete
font descriptor. For backwards capability, viewer applications must still provide
the special treatment identified for the standard 14 fonts. |
See Also