first commit
This commit is contained in:
17
node_modules/pdf-lib/cjs/api/StandardFonts.d.ts
generated
vendored
Normal file
17
node_modules/pdf-lib/cjs/api/StandardFonts.d.ts
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
export declare enum StandardFonts {
|
||||
Courier = "Courier",
|
||||
CourierBold = "Courier-Bold",
|
||||
CourierOblique = "Courier-Oblique",
|
||||
CourierBoldOblique = "Courier-BoldOblique",
|
||||
Helvetica = "Helvetica",
|
||||
HelveticaBold = "Helvetica-Bold",
|
||||
HelveticaOblique = "Helvetica-Oblique",
|
||||
HelveticaBoldOblique = "Helvetica-BoldOblique",
|
||||
TimesRoman = "Times-Roman",
|
||||
TimesRomanBold = "Times-Bold",
|
||||
TimesRomanItalic = "Times-Italic",
|
||||
TimesRomanBoldItalic = "Times-BoldItalic",
|
||||
Symbol = "Symbol",
|
||||
ZapfDingbats = "ZapfDingbats"
|
||||
}
|
||||
//# sourceMappingURL=StandardFonts.d.ts.map
|
||||
Reference in New Issue
Block a user