1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Implement 9.6.6.4 of pdf spec for truetype fonts

This commit is contained in:
mduan 2013-01-30 13:01:32 -05:00
parent 8c78268a12
commit 5bffd2e7d8
6 changed files with 348 additions and 298 deletions

View file

@ -10,7 +10,8 @@ describe('font_post', function() {
var font = new Font("font", new Stream(font2154), {
loadedName: 'font',
type: 'TrueType',
differences: []
differences: [],
baseEncoding: []
});
ttx(font.data, function(result) { output = result; });
runs(function() {