Revert a change from the narrow hack
This commit is contained in:
parent
9c8efbee62
commit
92081af896
2
pdf.js
2
pdf.js
@ -4899,7 +4899,7 @@ var CanvasGraphics = (function() {
|
|||||||
// This is a poor simulation for Arial Narrow while font-stretch
|
// This is a poor simulation for Arial Narrow while font-stretch
|
||||||
// is not implemented (bug 3512)
|
// is not implemented (bug 3512)
|
||||||
if (current.font.narrow) {
|
if (current.font.narrow) {
|
||||||
textHScale += 0.6;
|
textHScale += 0.2;
|
||||||
charSpacing -= (0.09 * current.fontSize);
|
charSpacing -= (0.09 * current.fontSize);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user