We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4374137 commit 84e5e66Copy full SHA for 84e5e66
scripts/gen-shaping-tests.py
@@ -48,8 +48,13 @@
48
# which we don't do yet. Is basically the same as morx_20_005, but with `--show-flags`
49
"glyph_flags_002",
50
51
- # These currently return different results from harfbuzz.
+ # The glyph extents are shifted 100 units to the right in HarfBuzz due to "undocumented rasterizer behavior"
52
+ # (see https://github.com/harfbuzz/harfbuzz/blob/462a54895b97cf5a3fd023f4ea5528a9b0e14e0e/src/OT/glyf/Glyph.hh#L520-L528
53
+ # and https://github.com/harfbuzz/harfbuzz/pull/1999).
54
+ # ttf-parser currently does not implement this.
55
"colr_011",
56
+
57
+ # Requires support in ttf-parser (https://github.com/harfbuzz/ttf-parser/pull/185)
58
"colr_014",
59
]
60
0 commit comments