UNPKG

pdf-lib

Version:

Library for creating and modifying PDF files in JavaScript

27 lines (26 loc) 722 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * **Specification: "9.6.2.2 Standard Type 1 Fonts (Standard 14 Fonts)"** * * These are the PostScript names of 14 Type 1 fonts, known as the standard 14 * fonts. These fonts, or their font metrics and suitable substitution fonts, * shall be available to the conforming reader. */ var Standard14Fonts = [ 'Times-Roman', 'Helvetica', 'Courier', 'Symbol', 'Times-Bold', 'Helvetica-Bold', 'Courier-Bold', 'ZapfDingbats', 'Times-Italic', 'Helvetica-Oblique', 'Courier-Oblique', 'Times-BoldItalic', 'Helvetica-BoldOblique', 'Courier-BoldOblique', ]; exports.default = Standard14Fonts;