Skip to content

Commit 18e103d

Browse files
committed
Update to HarfBuzz 12.0.0
1 parent 435b5dd commit 18e103d

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

harfbuzz

Submodule harfbuzz updated 170 files

tests/test_uharfbuzz.py

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1187,17 +1187,10 @@ def message(msg):
11871187
expected_messages = [
11881188
"start table GSUB script tag 'DFLT'",
11891189
"start lookup 0 feature 'calt'",
1190-
"recursing to lookup 1 at 2",
1191-
"replacing glyph at 2 (single substitution)",
1192-
"replaced glyph at 2 (single substitution)",
1193-
"recursed to lookup 1",
11941190
"end lookup 0 feature 'calt'",
11951191
"end table GSUB script tag 'DFLT'",
11961192
"start table GPOS script tag 'DFLT'",
11971193
"start lookup 0 feature 'kern'",
1198-
"try kerning glyphs at 3,4",
1199-
"kerned glyphs at 3,4",
1200-
"tried kerning glyphs at 3,4",
12011194
"end lookup 0 feature 'kern'",
12021195
"end table GPOS script tag 'DFLT'",
12031196
]
@@ -1206,13 +1199,6 @@ def message(msg):
12061199
assert gids_trace == [
12071200
[5, 4, 3, 2, 1],
12081201
[5, 4, 3, 2, 1],
1209-
[5, 4, 3, 2, 1],
1210-
[5, 4, 3, 2, 1],
1211-
[5, 4, 1, 2, 1],
1212-
[5, 4, 1, 2, 1],
1213-
[5, 4, 1, 2, 1],
1214-
[5, 4, 1, 2, 1],
1215-
[5, 4, 1, 2, 1],
12161202
[5, 4, 1, 2, 1],
12171203
[5, 4, 1, 2, 1],
12181204
[5, 4, 1, 2, 1],
@@ -1224,9 +1210,6 @@ def message(msg):
12241210
assert advances_trace == [
12251211
[0, 0, 0, 0, 0],
12261212
[0, 0, 0, 0, 0],
1227-
[0, 0, 0, 0, 0],
1228-
[0, 0, 0, 100, 0],
1229-
[0, 0, 0, 100, 0],
12301213
[0, 0, 0, 100, 0],
12311214
[0, 0, 0, 100, 0],
12321215
]

0 commit comments

Comments
 (0)