We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c78d8f commit 9b67a1eCopy full SHA for 9b67a1e
fonts.js
@@ -299,7 +299,6 @@ var Font = (function () {
299
300
// Wrap the CFF data inside an OTF font file
301
data = this.convert(name, cff, properties);
302
- writeToFile(data, "/tmp/file." + fontName + "-" + fontCount + ".otf");
303
break;
304
305
case "TrueType":
pdf.js
@@ -3543,7 +3543,8 @@ var CanvasGraphics = (function() {
3543
xHeight: descriptor.get("XHeight"),
3544
capHeight: descriptor.get("CapHeight"),
3545
flags: descriptor.get("Flags"),
3546
- italicAngle: descriptor.get("ItalicAngle")
+ italicAngle: descriptor.get("ItalicAngle"),
3547
+ fixedPitch: false
3548
};
3549
3550
return {
0 commit comments