Skip to content

Commit a353343

Browse files
committed
Upgrade freetype port from 2.6 to 2.13.3
Also, switch from a fork to using the upstream github repo. We had a single patch in our fork: emscripten-ports/FreeType@40a760c However, this was upstreamed in: freetype/freetype@2f4b740 This change is based on #18088.
1 parent 645750c commit a353343

File tree

3 files changed

+53
-513
lines changed

3 files changed

+53
-513
lines changed

test/common.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -614,9 +614,9 @@ def metafunc(self, mode):
614614
self.set_setting('SUPPORT_LONGJMP', 'emscripten')
615615
f(self)
616616

617-
parameterize(metafunc, {'emscripten': ('emscripten',),
618-
'wasm': ('wasm',),
619-
'wasm_exnref': ('wasm_exnref',)})
617+
parameterize(metafunc, {'': ('emscripten',),
618+
'wasmeh': ('wasm',),
619+
'wasmeh_exnref': ('wasm_exnref',)})
620620
return metafunc
621621

622622

test/test_freetype.out

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33

44

5-
*** +***+
6-
***+ ***** +
7-
+**+ ***** +
8-
+*** +**+**+ *
9-
***+ ***+**+ +*
10-
+**+ *** *** +*
11-
+**++**+ +**+**
12-
***+**+ +**+**
13-
****** *****
14-
+****+ +****
15-
+****+ +****
16-
**** ****
5+
*** +***+ **
6+
***+ +**** +**
7+
+**+ ***** +**
8+
+**+ +**+**+ +**
9+
+*** +**+**+ ***
10+
*** +** *** ***
11+
+**+*** +**+***
12+
+**+**+ +**+**+
13+
+*****+ +*****+
14+
***** *****
15+
+**** +***+
16+
+***+ +***+

0 commit comments

Comments
 (0)