- 25 Dec, 2014 3 commits
-
-
Akira TAGOH authored
-
Akira TAGOH authored
missing a terminator caused a document generation fail.
-
Akira TAGOH authored
FcPattern isn't compatible to the older.
-
- 24 Dec, 2014 1 commit
-
-
Akira TAGOH authored
and get back the behavior.
-
- 16 Dec, 2014 1 commit
-
-
Akira TAGOH authored
-
- 15 Dec, 2014 1 commit
-
-
The SGML for these functions exists, and they are named as manpages, but because they are not mentioned in fontconfig-devel.sgml, no documentation is ever generated, and installation under --enable-docs fails. (The documentation I have written in fontconfig-devel.sgml is boilerplate so I can get the manpages generated. It's probably wrong.)
-
- 14 Dec, 2014 2 commits
-
-
Behdad Esfahbod authored
All color fonts are designed to be scaled, even if they only have bitmap strikes. Client is responsible to scale the bitmaps. This is in constrast to non-color strikes... Clients can still use FC_OUTLINE to distinguish bitmap vs outline fonts. Previously FC_OUTLINE and FC_SCALABLE always had the same value. Now FC_SCALABLE is set to (FC_OUTLINE || FC_COLOR). Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=87122
-
Behdad Esfahbod authored
Only adds "color" to pattern if FreeType version supports color. Based on patch from Jungshik Shin.
-
- 13 Dec, 2014 1 commit
-
-
Behdad Esfahbod authored
As reported on the mailing list by Tanel Liiv. Found using American Fuzzy Lop.
-
- 09 Dec, 2014 1 commit
-
-
- 06 Nov, 2014 1 commit
-
-
Akira TAGOH authored
Patch from Tom Yan https://bugs.freedesktop.org/show_bug.cgi?id=85225
-
- 03 Oct, 2014 1 commit
-
-
Akira TAGOH authored
This reverts commit c6aa4d4b. This issue has been fixed in poppler and we no longer need to patch it out in fontconfig.
-
- 25 Sep, 2014 1 commit
-
-
- 20 Aug, 2014 1 commit
-
-
Behdad Esfahbod authored
This reverts commit a5a384c5. I don't remember what I had in mind for "We will use this property later.", but the change was wrong. If a font pattern doesn't have any value for element, it must be interpretted as "it matches any value perfectly. And "perfectly" must have a score of 0 for that to happen. This was actually affecting bitmap fonts (in a bad way), as the change made an outline font to always be preferred over a (otherwise equal) bitmap font, even for the exact size of the bitmap font. That probably was never noticed by anyone, but with the font range support this has become clear (and worked around by Akira). To clean that up, I'm reverting this so I can land the rest of patches for bug 80873. https://bugs.freedesktop.org/show_bug.cgi?id=80873#c10
-
- 13 Aug, 2014 1 commit
-
-
Akira TAGOH authored
-
- 12 Aug, 2014 2 commits
-
-
Akira TAGOH authored
-
-
- 11 Aug, 2014 1 commit
-
-
Akira TAGOH authored
Bug 82358 - FcAtomicLock fails on OS X on network mounts https://bugs.freedesktop.org/show_bug.cgi?id=82358
-
- 06 Aug, 2014 4 commits
-
-
Behdad Esfahbod authored
Ouch!
-
-
-
- 27 Jul, 2014 1 commit
-
-
Behdad Esfahbod authored
-
- 26 Jul, 2014 1 commit
-
-
Behdad Esfahbod authored
We should remove this alias mess.
-
- 25 Jul, 2014 3 commits
-
-
Behdad Esfahbod authored
Rest of Part of https://bugs.freedesktop.org/show_bug.cgi?id=81453 Adds new API: FcWeightFromOpenType() FcWeightToOpenType()
-
Behdad Esfahbod authored
Such that Regular is closer to Medium than to DemiLight
-
Behdad Esfahbod authored
Part of https://bugs.freedesktop.org/show_bug.cgi?id=81453 Also hooks up FC_WEIGHT_BOOK to fcfreetype.c.
-
- 24 Jul, 2014 6 commits
-
-
Behdad Esfahbod authored
Previously, if the patten didn't request, eg, style, then the style and stylelang were fully copied from the font, even though the pattern had a stylelang. Eg: $ fc-match 'Apple Color Emoji:stylelang=en' Apple Color Emoji.ttf: "Apple Color Emoji" "標準體" This change both fixes that and makes the code much more readable. Now: $ fc-match 'Apple Color Emoji:stylelang=en' Apple Color Emoji.ttf: "Apple Color Emoji" "Regular"
-
Behdad Esfahbod authored
Regex matching was disabled in f6244d2c
-
Behdad Esfahbod authored
That's the correct BCP 47 code.
-
Behdad Esfahbod authored
-
Behdad Esfahbod authored
iconv support was turned off by default in f30a5d76. Some fonts, like Apple Color Emoji, only have their English name in a MacRoman entry. As such, decode MacRoman ourselves.
-
Behdad Esfahbod authored
-
- 23 Jul, 2014 3 commits
-
-
Behdad Esfahbod authored
This reverts commit fd5667b4. This was wrong, as pointed out by Akira on the list. We want symlinks to final destination.
-
Akira TAGOH authored
Don't add duplicate lang from FC_LANG if the pattern already has. https://bugs.freedesktop.org/show_bug.cgi?id=81186
-
- 19 Jul, 2014 1 commit
-
-
Behdad Esfahbod authored
-
- 11 Jul, 2014 1 commit
-
-
- 08 Jul, 2014 1 commit
-
-
Akira TAGOH authored
test-migration.c:17:5: warning: pointer targets in passing argument 1 of 'FcStrDirname' differ in signedness
-
- 06 Jul, 2014 1 commit
-
-
Behdad Esfahbod authored
-