mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
trivial spelling fixes
This commit is contained in:
parent
11381cdb0f
commit
6f03f62327
19 changed files with 26 additions and 26 deletions
|
@ -2637,7 +2637,7 @@ var Font = (function FontClosure() {
|
|||
// Naming tables
|
||||
builder.addTable('name', createNameTable(fontName));
|
||||
|
||||
// PostScript informations
|
||||
// PostScript information
|
||||
builder.addTable('post', createPostTable(properties));
|
||||
|
||||
return builder.toArray();
|
||||
|
@ -3014,7 +3014,7 @@ var Type1Font = (function Type1FontClosure() {
|
|||
(pfbHeader[3] << 8) | pfbHeader[2];
|
||||
}
|
||||
|
||||
// Get the data block containing glyphs and subrs informations
|
||||
// Get the data block containing glyphs and subrs information
|
||||
var headerBlock = getHeaderBlock(file, headerBlockLength);
|
||||
headerBlockLength = headerBlock.length;
|
||||
var headerBlockParser = new Type1Parser(headerBlock.stream, false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue