Sign in
flutter
/
third_party
/
harfbuzz
/
5dc30451b80f6bb0079424a130875c10486e4d34
/
test
c1432bc
[arabic] Adjust feature order again
by Behdad Esfahbod
· 8 years ago
9dd29c6
[use] Allow up to two medial-below letters
by Behdad Esfahbod
· 8 years ago
216b003
[use] Fix shaping of U+AA29 CHAM VOWEL SIGN AA
by Behdad Esfahbod
· 8 years ago
3cc84f4
[indic] Fix https://github.com/behdad/harfbuzz/issues/478
by Behdad Esfahbod
· 8 years ago
e359a4b
[indic] Disable automatic ZWNJ handling for Indic features
by Behdad Esfahbod
· 8 years ago
3a73e0d
Shaping tests for Tibetan vowels (#446)
by Dominik Schlösser
· 8 years ago
06cfe3f
Do not skip TAG characters in glyph substitution (#487)
by Khaled Hosny
· 8 years ago
c42869e
Small doc fix: `make check` runs the tests (#469)
by Dominik Schlösser
· 8 years ago
8d25684
Current fonttools (3.9.1) generate subset-file called font.subset.ttf instead of older font.ttf.subset
by Dominik Schloesser
· 8 years ago
c2a9de1
Updated samples: record-it.sh is now record-test.sh
by Dominik Schloesser
· 8 years ago
f2e6c7c
[tools] Make hb-unicode-code work with Python 3
by Khaled Hosny
· 8 years ago
47e7a18
Revert "Fix Context lookup application when moving back after a glyph delete"
by Behdad Esfahbod
· 8 years ago
b9b005f
Fix Context lookup application when moving back after a glyph delete
by Behdad Esfahbod
· 8 years ago
a115014
Add few tests found by libFuzzer and oss-fuzz
by Behdad Esfahbod
· 8 years ago
44f7d6e
Guard against underflow when adjusting length (#421)
by jfkthame
· 8 years ago
45766b6
[indic] Add support for Grantha marks that may be used in Tamil to th… (#401)
by jfkthame
· 8 years ago
a6ced90
test: Fix some memory leaks in test-font.c (#409)
by Philip Withnall
· 8 years ago
e888f64
Route Adlam through Arabic shaper
by Behdad Esfahbod
· 8 years ago
a8a5e81
[test-ot-math] Add test with nil face/font
by Behdad Esfahbod
· 8 years ago
331d07b
Minor
by Behdad Esfahbod
· 8 years ago
b5ecf1b
Fix warnings
by Behdad Esfahbod
· 8 years ago
2f2ceee
Minor
by Behdad Esfahbod
· 8 years ago
2452543
[ot] Fix automatic fraction for RTL scripts (#405)
by Khaled Hosny
· 8 years ago
1337428
Update language tags to OpenType 1.8.1 (#403)
by Sascha Brawer
· 8 years ago
31f7b1b
Add tests for USE using Marchen font and text
by Behdad Esfahbod
· 8 years ago
4b4a1b9
Fix assert fail with contextual matching
by Behdad Esfahbod
· 8 years ago
a0688e8
Ouch, finish previous change
by Behdad Esfahbod
· 8 years ago
de14c19
[fuzzer] Separate main() into a new file
by Behdad Esfahbod
· 8 years ago
1c98ff8
Support building with older glib versions
by Mike Hommey
· 8 years ago
8c842e4
[hb-fuzzer] Get glyph extents for output glyphs
by Behdad Esfahbod
· 8 years ago
9f6144c
[CBDT] Add test for fetching glyph extents
by Behdad Esfahbod
· 8 years ago
d163cd9
[tests] Add tests for vertical origin with ft and ot font-funcs
by Behdad Esfahbod
· 8 years ago
c3fa5d0
Remove inexistent file ttx file from test/api/Makefile.am
by Frédéric Wang
· 8 years ago
34fc4a2
Fix dist
by Behdad Esfahbod
· 8 years ago
46cc4a3
[MATH] Rename hb_math_*_t types to hb_ot_math_*_t
by Behdad Esfahbod
· 9 years ago
8d622f1
Add tests for get_mathvariant (#329)
by Frédéric Wang
· 9 years ago
485e487
Add tests for hb_ot_math_get_glyph_variants (#328)
by Frédéric Wang
· 9 years ago
a5629a2
[MATH] Simplify test
by Behdad Esfahbod
· 9 years ago
edcfa78
test-ot-math: Use different scales for vertical and horizontal directions and add test for hb_ot_math_get_min_connector_overlap. (#327)
by Frédéric Wang
· 9 years ago
cdc9eef
[MATH] Enable tests for glyph-assembly italics-correction
by Behdad Esfahbod
· 9 years ago
86106c7
[MATH] Rename all API to hb_ot_math_*
by Behdad Esfahbod
· 9 years ago
51da7a1
MATH table: Add API to access math variants.
by Frédéric Wang
· 9 years ago
722e620
Use G_TEST_DIST to build the path of math test fonts
by Frédéric Wang
· 9 years ago
17ff30e
[MATH] Clean up get_top_accent_attachment()
by Behdad Esfahbod
· 9 years ago
8bcf517
[MATH] Clean up get_italics_correction()
by Behdad Esfahbod
· 9 years ago
d7182d1
MATH Table: Add API to access glyph info.
by Frédéric Wang
· 9 years ago
319ff59
MATH Table: Add API to access math contants.
by Frédéric Wang
· 9 years ago
4d3892e
[MATH] Fixups for previous commit
by Behdad Esfahbod
· 9 years ago
5fbcb99
MATH Table: Add API to check availability of math data.
by Frédéric Wang
· 9 years ago
e7ecbba
Support Americanist Phonetic Notation
by Sascha Brawer
· 9 years ago
18c19dd
Fix build
by Behdad Esfahbod
· 9 years ago
91f2585
Actually add test
by Behdad Esfahbod
· 9 years ago
f1b7627
Add tests for Chinese language tags
by Behdad Esfahbod
· 9 years ago
9883505
[tests] Workaround Python 2 “narrow” builds
by Khaled Hosny
· 9 years ago
6c0aa9e
Fix build on droid.io
by Behdad Esfahbod
· 9 years ago
9b6312f
[use] Update to draft spec from Andrew Glass from August 2015
by Behdad Esfahbod
· 9 years ago
30e6e29
[indic/use] Move Javanese from Indic shaper to USE
by Behdad Esfahbod
· 9 years ago
c6ee5f5
Add Javanese sample text
by Behdad Esfahbod
· 9 years ago
f8061ae
[tests] Fix test
by Behdad Esfahbod
· 9 years ago
f00ab2a
[hb-ot-font] Make 'glyf' table loading lazy
by Behdad Esfahbod
· 9 years ago
f68390f
[test] Add text for Tibetan shorthand contractions
by Behdad Esfahbod
· 9 years ago
b203050
Do NOT ignore Mongolian Free Variation Selectors during matching
by Behdad Esfahbod
· 9 years ago
6e55199
Add test for 6dd80faf0dcb3e8a8915c3a25da44e2a67cb0cd8
by Behdad Esfahbod
· 9 years ago
dd8598c
[test] Pass closure to hb_font_set_glyph_func()
by Behdad Esfahbod
· 9 years ago
af48e3d
Fix recent test
by Behdad Esfahbod
· 9 years ago
17c8317
[tests] Fix for multiple options in test runner scripts
by Behdad Esfahbod
· 9 years ago
ebd7431
Partially revert 86c68c7a2c971efe8e35b1f1bd99401dc8b688d2
by Behdad Esfahbod
· 9 years ago
284481b
Add test for mark positioning in rtl with non-zero mark advance
by Behdad Esfahbod
· 9 years ago
56a84e8
[tests] Allow commenting out tests to be skipped
by Behdad Esfahbod
· 9 years ago
525cc7d
Add note re only adding tests with Free Software fonts
by Behdad Esfahbod
· 9 years ago
6a09d7e
[test] Add README about how to add shaping tests
by Behdad Esfahbod
· 9 years ago
f8ee790
Remove MANIFEST files
by Behdad Esfahbod
· 9 years ago
815bdd7
In cluster-level=0, group ZWJ/ZWNJ with previous cluster
by Behdad Esfahbod
· 9 years ago
c373155
[fuzzing] Add test for recent fix
by Behdad Esfahbod
· 9 years ago
aa33cb7
[fuzzing] Make test runner actually work
by Behdad Esfahbod
· 9 years ago
2735555
[fuzzing] Add TODO item
by Behdad Esfahbod
· 9 years ago
7e76bba
[fuzzing] Make "make hb-fuzzer" build lib dependency
by Behdad Esfahbod
· 9 years ago
da41e48
[USE] Zero mark advances by GDEF early
by Behdad Esfahbod
· 9 years ago
86c68c7
[GPOS] Fix interaction of mark attachments and cursive chaining
by Behdad Esfahbod
· 9 years ago
5b5dc2c
[tests] Add test for advance zeroing of an ASCII letter marked as mark in GDEF
by Behdad Esfahbod
· 9 years ago
3fe0cf1
Fix previous commit!
by Behdad Esfahbod
· 9 years ago
293a210
[tests] Fix fonts in cc4a78bf22c4a735b84c89b04be3bb531f42135e
by Behdad Esfahbod
· 9 years ago
cc4a78b
[tests] Add tests for Latin mark zeroing
by Behdad Esfahbod
· 9 years ago
55ff34b
[tests] Add tests for Thai mark zeroing
by Behdad Esfahbod
· 9 years ago
43bb2b8
Minor
by Behdad Esfahbod
· 9 years ago
505b7d4
[fuzzing] Fuzz input text
by Behdad Esfahbod
· 9 years ago
e8a27d7
Don't build hb-fuzzer in "make", only "make check"
by Behdad Esfahbod
· 9 years ago
99d3495
[test] Add test text for Kaithi
by Behdad Esfahbod
· 9 years ago
6173c2a
Fix flaky test
by Behdad Esfahbod
· 9 years ago
3fcae6d
[tests] Add --reference, for re-recording tests
by Behdad Esfahbod
· 9 years ago
2f02fc7
Improve ligature-component handling
by Behdad Esfahbod
· 9 years ago
2ab0de9
[use] Fix halant detection
by Behdad Esfahbod
· 9 years ago
1c6a057
Add tests for previous commit
by Behdad Esfahbod
· 9 years ago
9cc1ed4
Do not allow recursiving to same position and same lookup
by Behdad Esfahbod
· 9 years ago
7d75eee
[fuzzing] Run fuzzing tests using hb-fuzzer as well
by Behdad Esfahbod
· 9 years ago
85062e3
Add tests for previous two commits
by Behdad Esfahbod
· 9 years ago
ec625f7
Try to fix gnome-continuous build fail
by Behdad Esfahbod
· 9 years ago
ff16ef3
Enable building a bounded version of the library for fuzzing
by Behdad Esfahbod
· 9 years ago
59821ab
[arabic] Don't stretch over cased letters
by Behdad Esfahbod
· 9 years ago
a6d7668
[fuzzing] Cap max buffer len at 128
by Behdad Esfahbod
· 9 years ago
Next »