1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-21 07:38:07 +02:00

Add support for TrueType Collection fonts (issue 9262)

The specification can be found at https://www.microsoft.com/typography/otspec/otff.htm, under the "Font Collections" heading.

Fixes 9262.
This commit is contained in:
Jonas Jenwald 2017-12-15 00:23:56 +01:00
parent a3b2456c7a
commit d6c028b946
4 changed files with 117 additions and 32 deletions

View file

@ -65,6 +65,7 @@
!issue8823.pdf
!issue9084.pdf
!issue9105_reduced.pdf
!issue9262_reduced.pdf
!issue9291.pdf
!bad-PageLabels.pdf
!decodeACSuccessive.pdf

Binary file not shown.

View file

@ -734,6 +734,13 @@
"lastPage": 1,
"type": "eq"
},
{ "id": "issue9262",
"file": "pdfs/issue9262_reduced.pdf",
"md5": "5347ce2d7b3866625c22e115fd90e0de",
"rounds": 1,
"link": false,
"type": "eq"
},
{ "id": "issue8707",
"file": "pdfs/issue8707.pdf",
"md5": "d3dc670adde9ec9fb82c974027033029",