Kelvin
07461d06d2
Use UTF-32 in Python sample
9 years ago
Khaled Hosny
fca0c61d67
Merge pull request #270 from khaledhosny/travis-failure
...
Fix make check on Travis
9 years ago
Khaled Hosny
988350586f
[tests] Workaround Python 2 “narrow” builds
...
The so-called Python 2 “narrow” builds support UCS2 only, this is a
workaround to allow unichr to work with any Unicode character in such
builds. This fixes Travis-CI failure as it has narrow Python 2 builds.
Copied from:
https://github.com/behdad/fonttools/blob/master/Lib/fontTools/misc/py23.py
9 years ago
Behdad Esfahbod
4b8de1ea80
Round, not truncate, when scaling values
...
Fixes https://github.com/behdad/harfbuzz/issues/255
9 years ago
Behdad Esfahbod
a93078a0ec
Change bugreport URL to github
...
That's where everything is happening these days.
9 years ago
Behdad Esfahbod
bed201d2b8
Update for latest Unicode 9 data files
9 years ago
Behdad Esfahbod
aba4b0ca52
Add TODO
9 years ago
Behdad Esfahbod
a2b03de5b3
[myanmar] Handle U+AA74..U+AA76
...
Fixes https://github.com/behdad/harfbuzz/issues/218
9 years ago
Behdad Esfahbod
6c0aa9e92b
Fix build on droid.io
9 years ago
Behdad Esfahbod
9b6312f945
[use] Update to draft spec from Andrew Glass from August 2015
9 years ago
Behdad Esfahbod
3e4e7616a8
[use] Add a catch-all clause to the machine
9 years ago
Behdad Esfahbod
d04e461fe3
[use] Fix 'Number-joiner terminated cluster' to use HN instead of H
...
From draft update to USE.
9 years ago
Behdad Esfahbod
359dead960
Allow MultipleSubst to delete glyph
...
Fixes https://github.com/behdad/harfbuzz/issues/253
Hopefully we got the logic right.
9 years ago
Behdad Esfahbod
3c1666cfb5
[indic] Remove more unused logic after Javanese is gone
9 years ago
Behdad Esfahbod
8b5d6e755b
[indic] Remove unused Javanese bits
9 years ago
Behdad Esfahbod
30e6e29f0f
[indic/use] Move Javanese from Indic shaper to USE
...
Fixes https://github.com/behdad/harfbuzz/issues/243
With javatext.ttf, the reodering medial Ra gets its advance width
zero'ed in Uniscribe implementation, and the font adds the advance
back. Our Indic shaper does not do that, but USE does. So, route
Javanese through USE. That's what Microsoft does anyway. Test:
U+A9A5,U+A9BA
This also seems to fix the following sequence, and variations thereof:
U+A99F,U+A9C0,U+A9A2,U+A9BF
9 years ago
Behdad Esfahbod
c6ee5f5f06
Add Javanese sample text
9 years ago
Behdad Esfahbod
e21921a68a
Minor
9 years ago
Behdad Esfahbod
01a30a6aa9
[indic] Remove data for scripts that don't go thorough this shaper
9 years ago
Behdad Esfahbod
7cd9269f4e
Update tables to Unicode 9.0.0 beta
...
Fixes https://github.com/behdad/harfbuzz/issues/251
9 years ago
Behdad Esfahbod
f718fe370e
Minor
9 years ago
Behdad Esfahbod
691086f131
Add Unicode 9 beta scripts
...
These are frozen, so good time to add.
9 years ago
Behdad Esfahbod
bc5198fe12
Whitespace
9 years ago
Behdad Esfahbod
a5b7b0dd45
1.2.7
9 years ago
Behdad Esfahbod
9879fc1db3
[ot-font] Remove unused 'post' table include for now
...
To make a release...
9 years ago
Behdad Esfahbod
f8061ae797
[tests] Fix test
9 years ago
Behdad Esfahbod
f00ab2a33a
[hb-ot-font] Make 'glyf' table loading lazy
...
Apparently some clients have reference-table callbacks that copy the table.
As such, avoid loading 'glyf' table which is only needed if fallback positioning
happens.
9 years ago
Behdad Esfahbod
587d46227a
[ot-font] Start implementing 'post' table, for accessing glyph names
9 years ago
Behdad Esfahbod
9abaaac409
Merge commit '264b7a728a41becfbf23ce258fc2a3af19d0cbbe' into HEAD
9 years ago
Behdad Esfahbod
2f560ee44b
[tibetan] Reorder marks to better match Uniscribe
...
Fixes https://github.com/behdad/harfbuzz/issues/237
Note that Uniscribe enforces a certain syllable order. We don't.
But with this change, I get all of the tibetan contractions pass
with Microsoft Himalaya font.
9 years ago
Behdad Esfahbod
f68390f196
[test] Add text for Tibetan shorthand contractions
...
From http://www.babelstone.co.uk/Tibetan/Contractions.html
9 years ago
Khaled Hosny
264b7a728a
Merge pull request #247 from khaledhosny/update-opentype-language-tags
...
Update opentype language tags
9 years ago
Arthur Reutenauer
adafdcddce
Mass-added “difficult” tags – to be curated.
9 years ago
Arthur Reutenauer
3d6a2c0d7d
Initial import of missing OpenType 1.7 language tags.
9 years ago
Behdad Esfahbod
7e2da035f6
Undo accidental change
9 years ago
Behdad Esfahbod
b20305022a
Do NOT ignore Mongolian Free Variation Selectors during matching
...
Fixes https://github.com/behdad/harfbuzz/issues/234
9 years ago
Behdad Esfahbod
21ab5501f5
Move ZWJ/ZWNJ bits to top byte of unicode_props()
...
To make room to remember Mongolian Free Variation Selectors.
Part of fixing https://github.com/behdad/harfbuzz/issues/234
9 years ago
Behdad Esfahbod
de508516cb
[util] Print out --debug buffer to stderr
9 years ago
Behdad Esfahbod
29393884b9
Annotate blacklisted fonts with their sha1sum
9 years ago
Sascha Brawer
14bb4a5697
Merge pull request #245 from KonstantinRitt/fixes/ce
...
Unbreak build on Windows CE
9 years ago
Konstantin Ritt
5069062d0a
Unbreak build on Windows CE
...
0475ef2f97
broke the build by using
vsnprintf(), which is not defined on Windows CE
9 years ago
Behdad Esfahbod
1c625dff22
Minor
9 years ago
Behdad Esfahbod
851b0db36d
Minor. We should never get to this branch, but fix it anyway.
9 years ago
Behdad Esfahbod
00ea66f357
1.2.6
9 years ago
Behdad Esfahbod
4f3d59a187
Blacklist another set of timesi.ttf and timesbi.ttf
9 years ago
Behdad Esfahbod
ef476be80d
Merge pull request #239 from ebraminio/dwfix
...
Improve DirectWrite backend
9 years ago
Ebrahim Byagowi
d3134a66ad
Fix when no feature is given
9 years ago
Behdad Esfahbod
a0331b55f7
1.2.5
9 years ago
Behdad Esfahbod
6e55199b5f
Add test for 6dd80faf0d
9 years ago
Behdad Esfahbod
59089622db
[coretext] Clarify comment
9 years ago