- 31 Jul, 2019 1 commit
-
-
Akira TAGOH authored
Fixes #172
-
- 30 Jul, 2019 1 commit
-
-
Akira TAGOH authored
-
- 29 Jul, 2019 1 commit
-
-
Akira TAGOH authored
This may helps to enable autohint only when font doesn't have any hinting
-
- 26 Jul, 2019 2 commits
-
-
Akira TAGOH authored
This avoids a situation where the score of lang becomes lower or equal to others and then figures out the best font according to other properties and the order of family names. This typically happens only when our orthography files are the subset of lang in patterns. i.e. fc-match :lang=en-us to match on en.orth. In this case, the score is lower than the exact match (en to en) and the partial match (en to en-us). thus, the result of 'fc-match :lang=en-us' isn't necessarily same to 'fc-match :lang=en'. So 35-lang-normalize.conf contains languages only which is available as orth without countries and tries to update properties to match on orth exactly like: <match> <test name="lang" compare="contains"> <string>en</string> </test> <edit name="lang" mode="assign" binding="same"> <string>en</string> </edit> </match> Fixes fontconfig/fontconfig#155
-
Akira TAGOH authored
Fixes #170
-
- 23 Jul, 2019 4 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
Fallback code to UUID-based cache name was broken. Fixes #169
-
Akira TAGOH authored
-
Akira TAGOH authored
-
- 22 Jul, 2019 1 commit
-
-
Akira TAGOH authored
Fixes #168 Reported by Lawrence D'Oliveiro
-
- 09 Jul, 2019 2 commits
-
-
Akira TAGOH authored
In some cases, non-English languages might appears first in current order. and when having English name with non-English language ID like Google Noto CJK TC, English name with English language ID will be dropped due to duplicate. This fixes that issue.
-
Akira TAGOH authored
-
- 08 Jul, 2019 1 commit
-
-
Akira TAGOH authored
-
- 02 Jul, 2019 1 commit
-
-
Akira TAGOH authored
Fixes #167
-
- 26 Jun, 2019 1 commit
-
-
Akira TAGOH authored
Fixes #166
-
- 21 Jun, 2019 1 commit
-
-
Akira TAGOH authored
Fixes #165
-
- 19 Jun, 2019 1 commit
-
-
Egmont Koblinger authored
Fixes #164
-
- 18 Jun, 2019 1 commit
-
-
Akira TAGOH authored
Most of functionality should be moved to FcFreeTypeQueryAll() for varfonts now though, if doing the same to FcFreeTypeQuery() returns Null pattern because of inappropriate masking. This might be not that big deal for varfonts support. but Fixes #162 Reported by Kevin Scott
-
- 10 Jun, 2019 2 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
-
- 06 Jun, 2019 1 commit
-
-
Akira TAGOH authored
-
- 03 Jun, 2019 1 commit
-
-
Akira TAGOH authored
-
- 09 May, 2019 1 commit
-
-
Akira TAGOH authored
Fixes #154
-
- 08 May, 2019 1 commit
-
-
Akira TAGOH authored
-
- 15 Apr, 2019 2 commits
-
-
Jon Turney authored
Currently it fails if the executable extension is .exe, but wine isn't available (e.g. on Cygwin) Possibly the check to use this wrapper should be even more restrictive e.g. checking if cross-building and/or if wine is available.
-
Akira TAGOH authored
Fixes #151
-
- 04 Apr, 2019 5 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
- 03 Apr, 2019 9 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
There seems a race condition on CI. so create an unique directory to avoid colision.
-
Akira TAGOH authored
-
Akira TAGOH authored
-
Akira TAGOH authored
-