Behdad Esfahbod
46e4ed552f
[test/text-rendering-tests] Hook up font variations
...
Six more passing. Twelve failing now.
7 years ago
Behdad Esfahbod
2b3f62fc4d
[test] Add tests from text-rendering-tests repo
...
https://github.com/unicode-org/text-rendering-tests
7 years ago
Behdad Esfahbod
6b19178ee3
Prefix int types with HB
...
Such a headache that Windows defines UINT8, ...; Just prefix it.
7 years ago
Behdad Esfahbod
81e321c802
[aat] Try fixing VC bots
...
c:\projects\harfbuzz\src\hb-aat-layout-common-private.hh(51): error C2872: 'UINT16': ambiguous symbol [C:\projects\harfbuzz\build\harfbuzz.vcxproj]
C:\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\shared\basetsd.h(80): note: could be 'unsigned short UINT16'
c:\projects\harfbuzz\src\hb-open-type-private.hh(648): note: or 'OT::UINT16'
7 years ago
Behdad Esfahbod
0ed69c9462
Disable processing of morx table in ot shaper
...
So I can merge this to master...
7 years ago
Behdad Esfahbod
3f29ea9144
[util] Add hb-shape --ned
...
For not displaying extra data: no clusters, no advance. Just data pertaining
to where glyphs end up on the screen.
7 years ago
Behdad Esfahbod
7020130665
[test] Minor
7 years ago
Behdad Esfahbod
5f94b4cc39
[kern] Mark unsafe-to-break
7 years ago
Behdad Esfahbod
71fd6325b6
Add option to buffer serialization to not output glyph advances
...
When advances are not printed, glyph offsets reflect absolute glyph
positions.
New API:
HB_BUFFER_SERIALIZE_FLAG_NO_ADVANCES
hb-shape --no-advances
7 years ago
Behdad Esfahbod
316a28f8f8
[test] Add script for extracting tests from text-rendering-tests
...
Work in progress...
https://github.com/unicode-org/text-rendering-tests
7 years ago
Behdad Esfahbod
6b4d63f295
[test] Minor
7 years ago
Behdad Esfahbod
504f913654
[test] Simplify test runner
...
Always pass hb-shape as first argument to run-tests.py.
Also require automake 1.13.
7 years ago
Behdad Esfahbod
141db8b7a3
[test] Minor
7 years ago
Behdad Esfahbod
44c65eee28
[test] Reorganize test suite
...
In anticipation of importing more test suites.
7 years ago
Behdad Esfahbod
9a3ad307ea
[test] Remove unused hb-diff-ngrams
7 years ago
Behdad Esfahbod
b6b460024d
[test] Remove unused manifest stuff
7 years ago
Behdad Esfahbod
ebbee7c247
[test] Move test files around
7 years ago
Behdad Esfahbod
748b989a1f
[aat/morx] Implement NoncontextualSubtables
...
Also makes hb-ot-shape call morx for now instead of GSUB... Just for testing.
7 years ago
Behdad Esfahbod
4cf3ab1d81
Minor
7 years ago
Behdad Esfahbod
470fe5b603
[aat] Implement Lookup table
...
Untested, but compiles.
7 years ago
Behdad Esfahbod
4646a80a87
Minor
7 years ago
Behdad Esfahbod
7c7cb42d81
[aat] Update previous commits for rebase on master
7 years ago
Behdad Esfahbod
a0175e75bc
[aat] Start implementing common table formats
7 years ago
Behdad Esfahbod
c71b55a223
[aat] Start implementing Apple AAT morx table
7 years ago
Ebrahim Byagowi
3c7aeb5c64
[cmake] Add autotools like feature testing ( #683 )
7 years ago
Behdad Esfahbod
0473d95e27
[ft] Use FT_Done_MM_Var() if available
7 years ago
Behdad Esfahbod
66d7beff96
[khmer] Relax!
...
Apparently we don't use OT_A either.
7 years ago
Behdad Esfahbod
db0207baff
[khmer] Drop another joiner
7 years ago
Behdad Esfahbod
90affe831f
[khmer] Shuffle
7 years ago
Behdad Esfahbod
65795e3ca2
[khmer] Simplify grammar some more
...
Numbers down (from 38):
KHMER: 299090 out of 299124 tests passed. 34 failed (0.0113665%)
7 years ago
Behdad Esfahbod
e13ee93731
[khmer] Clean
7 years ago
Behdad Esfahbod
a71c7eb2ca
[khmer] Limit number of joiners
7 years ago
Behdad Esfahbod
574e42e1cf
[khmer] Relax number of consonants / matras allowed
...
New numbers (down from 39):
KHMER: 299086 out of 299124 tests passed. 38 failed (0.0127038%)
7 years ago
Behdad Esfahbod
80c870bcda
[khmer] Allow Independent Vowels where stacked consonants are allowed
...
New numbers (down from 44):
KHMER: 299085 out of 299124 tests passed. 39 failed (0.0130381%)
7 years ago
Behdad Esfahbod
9bd486c480
[khmer] Drop some more joiners
7 years ago
Behdad Esfahbod
5278265853
[khmer] Drop some more
7 years ago
Behdad Esfahbod
efefd87f33
[khmer] Drop some more grammar
7 years ago
Behdad Esfahbod
82e6bf8e0c
[khmer] Drop some more from grammar
7 years ago
Behdad Esfahbod
957e8ea8a9
[khmer] Drop final_halant_group
7 years ago
Behdad Esfahbod
bbfdbbdc5e
Minor
7 years ago
Behdad Esfahbod
f6df251521
[indic] Remove unused OT_VD category
7 years ago
Behdad Esfahbod
e6618f3bdf
[khmer] Shave off some more from the grammar
7 years ago
Behdad Esfahbod
014494d5c0
[khmer] Remove unused symbol clusters
7 years ago
Behdad Esfahbod
bbac984b93
Minor
7 years ago
Behdad Esfahbod
185b68946a
[khmer] Remove medials from grammar
7 years ago
Behdad Esfahbod
c265dffdf6
[khmer] Better fix for dangling final Coeng
...
This is how 1471cfee3b
should have
been done.
7 years ago
Behdad Esfahbod
e3fdf1fc2f
[khmer] Remove reph/repha support from grammar
7 years ago
Behdad Esfahbod
0d3a274de1
[khmer] Remove forced_rakar from grammar
...
Used by Sinhala only.
7 years ago
Behdad Esfahbod
1471cfee3b
[khmer] Allow a dangling final Coeng after matras
...
Uniscribe seems to allow that. New numbers:
KHMER: 299080 out of 299124 tests passed. 44 failed (0.0147096%)
7 years ago
Behdad Esfahbod
9eaf077ded
[khmer] Remove some more unused code
7 years ago