mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
type3 font.coded comment; proper geometery for showText; glyph name
This commit is contained in:
parent
c9981b6ff4
commit
45ef8742ac
2 changed files with 3 additions and 3 deletions
|
@ -2103,7 +2103,7 @@ var Font = (function FontClosure() {
|
|||
|
||||
get spaceWidth() {
|
||||
// trying to estimate space character width
|
||||
var possibleSpaceReplacements = ['space', 'minus', '1', 'i'];
|
||||
var possibleSpaceReplacements = ['space', 'minus', 'one', 'i'];
|
||||
var width;
|
||||
for (var i = 0, ii = possibleSpaceReplacements.length; i < ii; i++) {
|
||||
var glyphName = possibleSpaceReplacements[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue