Skip to content

Commit 42a7a1f

Browse files
committed
Merge branch 'master' into ttf-instructions-composite-flags
# Conflicts: # Lib/extractor/formats/opentype.py
2 parents e84e5bd + 86145b7 commit 42a7a1f

File tree

849 files changed

+341457
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

849 files changed

+341457
-0
lines changed

Lib/extractor/formats/opentype.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ def extractGlyphOrder(source, destination):
6969

7070

7171
def extractInstructions(source, destination):
72+
if "glyf" not in source:
73+
return
74+
7275
lib = destination.lib[TRUETYPE_INSTRUCTIONS_KEY] = {
7376
"formatVersion": 1,
7477
"maxFunctionDefs": 0,
112 KB
Binary file not shown.

0 commit comments

Comments
 (0)