mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Comments
This commit is contained in:
parent
dc33b24fae
commit
a1853185b1
2 changed files with 10 additions and 2 deletions
|
@ -3,6 +3,9 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
// The Metrics object contains glyph widths (in glyph space units).
|
||||
// As per PDF spec, for most fonts (Type 3 being an exception) a glyph
|
||||
// space unit corresponds to 1/1000th of text space unit.
|
||||
var Metrics = {
|
||||
'Courier': 600,
|
||||
'Courier-Bold': 600,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue