summaryrefslogtreecommitdiff
path: root/conf.d
Commit message (Collapse)AuthorAgeFilesLines
...
* Correct one for the previous changeAkira TAGOH2016-05-261-4/+0
|
* 45-latin.conf: Add some Windows fonts to categorize them properlyAkira TAGOH2016-05-251-32/+104
| | | | | | | | | | | | For Serif: Cambria, Constantia, Elephant, MS Serif For Sans Serif: Arial Unicode MS, Britannic, Calibri, Candara, Century Gothic, Corbel, Haettenschweiler, MS Sans Serif, Tahoma, Twentieth Century For Monospace: Consolas, Fixedsys, Terminal
* Add hintstyle templates and make hintslight defaultAkira TAGOH2015-12-025-0/+57
|
* Fix bitmap scalingBehdad Esfahbod2015-04-301-15/+17
| | | | Was broken by 66db69a6d991945f96feb1da683a2e04ea396842. Ouch!
* Update aliases for new URW fontsAkira TAGOH2014-11-063-11/+98
| | | | | | Patch from Tom Yan https://bugs.freedesktop.org/show_bug.cgi?id=85225
* Revert "Bug 73291 - poppler does not show fl ligature"Akira TAGOH2014-10-031-6/+0
| | | | | | This reverts commit c6aa4d4bfcbed14f39d070fe7ef90a4b74642ee7. This issue has been fixed in poppler and we no longer need to patch it out in fontconfig.
* Fix previous commitBehdad Esfahbod2014-08-061-1/+1
| | | | Ouch!
* Trebuchet MS is a sans-serif font, not serifBehdad Esfahbod2014-08-061-4/+4
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=82099
* Revert "Symlinks fix for DESTDIR"Behdad Esfahbod2014-07-231-2/+2
| | | | | | | This reverts commit fd5667b42c253da9c4c5502f53b5c0fb7e0f589e. This was wrong, as pointed out by Akira on the list. We want symlinks to final destination.
* Symlinks fix for DESTDIRBehdad Esfahbod2014-07-231-2/+2
| | | | | From: https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-fontconfig/fontconfig-2.11.0-symlinks-fix.patch
* Bug 73291 - poppler does not show fl ligatureAkira TAGOH2014-03-181-0/+6
| | | | | | | commented out substitutions for TeX Gyre Termes font until the broken font are fixed. https://bugs.freedesktop.org/show_bug.cgi?id=73291
* Fix a typoAkira TAGOH2013-12-161-1/+1
|
* Add metric aliases for additional Google ChromeOS fontsFrederic Crozat2013-12-091-0/+43
| | | | | | | MS fonts Cambria, Symbol and Calibri have compat metrics fonts from ChromeOS. https://bugs.freedesktop.org/show_bug.cgi?id=72395
* Fix inversion between Tinos and Cousine in the commentFrederic Crozat2013-12-091-2/+2
|
* clean upAkira TAGOH2013-09-261-1/+1
|
* Further changes to 30-metric-aliases.confJan Alexander Steffens (heftig)2013-09-202-82/+261
| | | | | | | | | | | | | | | | | Big changes: * Handle more PostScript fonts (further reduce 30-urw-aliases.conf) * Update the big comment Specific->Generic: * Add missing maps, for symmetry Generic<->Generic: * Add "Helvetica Condensed" <-> "Arial Narrow" map Generic->Specific: * Add missing Courier -> Cursor alias * Add "Helvetica Condensed" -> "Heros Cn" alias * Remove Arial -> Heros and "Times New Roman" -> Termes maps
* Bug 63399 - Add default aliases for Georgia, Garamond, Palatino Linotype, ↵Akira TAGOH2013-08-211-0/+16
| | | | Trebuchet MS
* Bug 68340 - More metric compat fontsAkira TAGOH2013-08-211-0/+11
|
* Bug 63452 - conf.d/README outdatedAkira TAGOH2013-05-132-6/+11
| | | | reflect correct path where is configured at the build time.
* Fix a typoAkira TAGOH2013-03-011-1/+1
|
* Bug 60783 - Add Liberation Sans Narrow to 30-metric-aliases.confAkira TAGOH2013-03-011-0/+16
| | | | Add Liberation Sans Narrow as an alias for Arial Narrow
* Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.confAkira TAGOH2013-02-1810-10/+10
| | | | | | | Move the target of recipes to the "pattern" from the "font". This is to ensure the targeted objects is updated by them prior to FcDefaultSubstitute() so that it can adds the default values properly.
* Oops, add the actual fileBehdad Esfahbod2013-01-071-0/+81
|
* Add 10-scale-bitmap-fonts.conf and enable by defaultBehdad Esfahbod2013-01-071-0/+2
|
* Switch .gitignore to git.mkBehdad Esfahbod2013-01-021-0/+2
|
* Do not show the deprecation warning if it is a symlinkAkira TAGOH2012-12-051-1/+6
|
* Bug 57286 - Remove UnBatang and Baekmuk Batang from monospace in ↵Akira TAGOH2012-11-201-2/+0
| | | | | | 65-nonlatin.conf Those two fonts are serif fonts. shouldn't be added to monospace.
* Install config files firstAkira TAGOH2012-07-231-1/+1
| | | | | | | Use install-data-hook instead of install-data-local. This allows on the real installation to create a symlink with the broken ln command though, still not work with the pseudo installation by using DESTDIR say.
* Bug 50835 - Deprecate FC_GLOBAL_ADVANCEAkira TAGOH2012-06-112-30/+0
| | | | | FC_GLOBAL_ADVANCE is deprecated. this flag is simply ignored on freetype 2.4.5 or later.
* Bug 20411 - fontconfig doesn't match FreeDesktop directories specsAkira TAGOH2012-05-181-2/+5
| | | | | | | | Allows reading configuration files, fonts and cache files from the directories where the XDG Base Directory Specification defines. the old directories are still in the configuration files for the backward compatibility.
* Bug 19128 - Handling whitespace in aliasesAkira TAGOH2012-05-146-36/+31
| | | | | | | | Add a new attribute `ignore-blanks' to <test>. When this is set to "true", any blanks in the string will be ignored on comparison. This takes effects for compare="eq" or "not_eq" only. Also changed the behavior of the comparison on <alias> too.
* Bug 47721 - Add ChromeOS fonts to 30-metric-aliases.confAkira TAGOH2012-04-231-11/+39
|
* Bug 29341 - Make some fontconfig paths configurableAkira TAGOH2012-04-051-51/+48
| | | | | | | | | | | | | Add configure options to set the directory to be installed: --with-templatedir for the configuration files a.k.a. /etc/fonts/conf.avail --with-baseconfigdir for fonts.conf etc a.k.a. /etc/fonts --with-configdir for the active configuration files a.k.a. /etc/fonts/conf.d --with-xmldir for fonts.dtd etc and the default path for templatedir is changed to ${datadir}/fontconfig/conf.avail
* Bug 17722 - Don't overwrite user's configurations in default configAkira TAGOH2012-03-2610-10/+70
| | | | | Use "append" to avoid overwriting the user configuration. This presumes most clients may takes care of the first value only.
* Bug 47703 - SimSun default familyAkira TAGOH2012-03-221-4/+4
| | | | | | | | 40-nonlatin.conf: SimSun should be serif but not sans-serif. http://www.microsoft.com/typography/fonts/family.aspx?FID=37 Patch from Petr Gajdos
* Fix a build issue due to the use of non-portable variablesAkira TAGOH2012-03-161-4/+4
| | | | | | | | $< isn't supported in BSD make say. $(RM) is pre-defined in GNU make though, not in BSD make say. so changed to check on configure if it's pre-defined by make, otherwise set the appropriate command to $(RM). This would be a workaround until it has the certain pre-defined value.
* Bug 19128 - Handling whitespace in aliasesAkira TAGOH2012-03-071-0/+5
| | | | Add a workaround alias for Dingbats.
* Bug 27385 - lcdfilter settings for freetype-2.3.12 not available in ↵Akira TAGOH2012-02-234-0/+33
| | | | | | | | fontconfig-2.8.0 Add config files for FT_LcdFilter options. Patch from Robin Johnson.
* Bug 44826 - <alias> must contain only a single <family>Akira TAGOH2012-02-213-1/+271
| | | | | | | Fix invalid syntax around alias elements in 30-metric-aliases.conf 40-nonlatin.conf and 45-latin.conf. Patch from lolilolicon
* Get rid of the unexpected family nameAkira TAGOH2012-02-211-1/+0
| | | | UmePlus P Gothic isn't a serif font.
* Bug 43406 - typo of Japanese font name in conf.d/65-nonlatin.confMINAMI Hirokazu2012-02-211-1/+1
| | | | | | Fix a typo. Signed-off-by: Akira TAGOH <akira@tagoh.org>
* Bug 42423 - make default Korean font from Un to NanumJinkyu Yi2012-02-212-10/+17
| | | | | | Update 40-nonlatin.conf and 65-nonlatin.conf for Nanum korean fonts. Signed-off-by: Akira TAGOH <akira@tagoh.org>
* Cleanup copyright notices to replace "Keith Packard" with "the author(s)"Behdad Esfahbod2010-11-101-2/+2
|
* Add Inconsolata to monospace config (#22710)Behdad Esfahbod2009-07-102-0/+2
|
* Replace spaces with tabs in conf filesBehdad Esfahbod2009-06-285-154/+154
|
* Revert "[conf] Disable hinting when emboldening (#19904)" (#20599)Behdad Esfahbod2009-06-241-11/+0
| | | | | | This reverts commit 10609af4aa4030a15c19573198462fa002d2ef13. Apparently disabling hinting can cause worse rendering with certain fonts. This is better handled on a per font basis.
* Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all filesBehdad Esfahbod2009-03-132-3/+3
|
* [conf] Disable hinting when emboldening (#19904)Mike FABIAN2009-02-151-0/+11
| | | | | | | | | Hinting will be done before Embolden in freetype2, but in such case, Embolden will get wrong result on some glyph contours after applying hinting. Actually, hinting should be done after embolden, but we can't fix it in current freetype2. So as a workaround, just turn off hinting if we want to do embolden.
* [65-fonts-persian.conf] Set foundry in target=scan instead of target=fontBehdad Esfahbod2009-02-131-7/+7
|
* Add config for new Indic fonts (bug #17856)Rahul Bhalerao2009-02-131-7/+28
|