Akira TAGOH
c6aa4d4bfc
Bug 73291 - poppler does not show fl ligature
...
commented out substitutions for TeX Gyre Termes font
until the broken font are fixed.
https://bugs.freedesktop.org/show_bug.cgi?id=73291
2014-03-18 11:52:18 +09:00
Akira TAGOH
1132c98b7b
Fix a typo
2013-12-16 16:00:12 +09:00
Frederic Crozat
2e933bd8bc
Add metric aliases for additional Google ChromeOS fonts
...
MS fonts Cambria, Symbol and Calibri have compat metrics fonts
from ChromeOS.
https://bugs.freedesktop.org/show_bug.cgi?id=72395
2013-12-09 15:17:25 +09:00
Frederic Crozat
6a06e29491
Fix inversion between Tinos and Cousine in the comment
2013-12-09 15:17:17 +09:00
Akira TAGOH
96c5f3cf0f
clean up
2013-09-26 18:44:10 +09:00
Jan Alexander Steffens (heftig)
643f8088f0
Further changes to 30-metric-aliases.conf
...
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
2013-09-20 12:52:11 +09:00
Akira TAGOH
104a2af0dd
Bug 63399 - Add default aliases for Georgia, Garamond, Palatino Linotype, Trebuchet MS
2013-08-21 13:12:41 +09:00
Akira TAGOH
010c973df5
Bug 68340 - More metric compat fonts
2013-08-21 13:12:22 +09:00
Akira TAGOH
93137252cf
Bug 63452 - conf.d/README outdated
...
reflect correct path where is configured at the build time.
2013-05-13 12:14:29 +09:00
Akira TAGOH
1023049767
Fix a typo
2013-03-01 18:41:27 +09:00
Akira TAGOH
db69bf6ecd
Bug 60783 - Add Liberation Sans Narrow to 30-metric-aliases.conf
...
Add Liberation Sans Narrow as an alias for Arial Narrow
2013-03-01 18:31:01 +09:00
Akira TAGOH
2c69625574
Bug 60748 - broken conf.d/10-autohint.conf and conf.d/10-unhinted.conf
...
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.
2013-02-18 13:17:53 +09:00
Behdad Esfahbod
1c4c4978ad
Oops, add the actual file
2013-01-07 17:59:17 -06:00
Behdad Esfahbod
dc11dd581f
Add 10-scale-bitmap-fonts.conf and enable by default
2013-01-07 16:41:50 -06:00
Behdad Esfahbod
ed41b23765
Switch .gitignore to git.mk
2013-01-02 00:36:12 -06:00
Akira TAGOH
9231545c6b
Do not show the deprecation warning if it is a symlink
2012-12-05 18:13:25 +09:00
Akira TAGOH
376fc9d22f
Bug 57286 - Remove UnBatang and Baekmuk Batang from monospace in 65-nonlatin.conf
...
Those two fonts are serif fonts. shouldn't be added to monospace.
2012-11-20 20:09:10 +09:00
Akira TAGOH
b7287a91fe
Install config files first
...
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.
2012-07-23 13:59:16 +09:00
Akira TAGOH
b447fc5d52
Bug 50835 - Deprecate FC_GLOBAL_ADVANCE
...
FC_GLOBAL_ADVANCE is deprecated. this flag is simply ignored on
freetype 2.4.5 or later.
2012-06-11 23:28:55 +09:00
Akira TAGOH
8c255fb185
Bug 20411 - fontconfig doesn't match FreeDesktop directories specs
...
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.
2012-05-18 11:12:50 +09:00
Akira TAGOH
bc4517d8e5
Bug 19128 - Handling whitespace in aliases
...
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.
2012-05-14 12:06:12 +09:00
Akira TAGOH
25ccc3f3d2
Bug 47721 - Add ChromeOS fonts to 30-metric-aliases.conf
2012-04-23 11:16:02 +09:00
Akira TAGOH
e181ab4de5
Bug 29341 - Make some fontconfig paths configurable
...
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
2012-04-05 12:23:49 +09:00
Akira TAGOH
1aaf8b773d
Bug 17722 - Don't overwrite user's configurations in default config
...
Use "append" to avoid overwriting the user configuration.
This presumes most clients may takes care of the first value only.
2012-03-26 10:58:18 +09:00
Akira TAGOH
900675d0b0
Bug 47703 - SimSun default family
...
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
2012-03-22 19:57:47 +09:00
Akira TAGOH
93460f93e9
Fix a build issue due to the use of non-portable variables
...
$< 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.
2012-03-16 16:34:37 +09:00
Akira TAGOH
254232f47e
Bug 19128 - Handling whitespace in aliases
...
Add a workaround alias for Dingbats.
2012-03-07 18:16:35 +09:00
Akira TAGOH
a3ff1f07f8
Bug 27385 - lcdfilter settings for freetype-2.3.12 not available in fontconfig-2.8.0
...
Add config files for FT_LcdFilter options.
Patch from Robin Johnson.
2012-02-23 15:23:23 +09:00
Akira TAGOH
2b010e46e6
Bug 44826 - <alias> must contain only a single <family>
...
Fix invalid syntax around alias elements in 30-metric-aliases.conf
40-nonlatin.conf and 45-latin.conf.
Patch from lolilolicon
2012-02-21 16:23:22 +09:00
Akira TAGOH
54dd481512
Get rid of the unexpected family name
...
UmePlus P Gothic isn't a serif font.
2012-02-21 15:43:59 +09:00
MINAMI Hirokazu
1c13fee11a
Bug 43406 - typo of Japanese font name in conf.d/65-nonlatin.conf
...
Fix a typo.
Signed-off-by: Akira TAGOH <akira@tagoh.org>
2012-02-21 15:43:59 +09:00
Jinkyu Yi
8c58dc2768
Bug 42423 - make default Korean font from Un to Nanum
...
Update 40-nonlatin.conf and 65-nonlatin.conf for Nanum korean fonts.
Signed-off-by: Akira TAGOH <akira@tagoh.org>
2012-02-21 15:32:42 +09:00
Behdad Esfahbod
5aaf466d38
Cleanup copyright notices to replace "Keith Packard" with "the author(s)"
2010-11-10 16:45:42 -05:00
Behdad Esfahbod
c0ffd7733a
Add Inconsolata to monospace config ( #22710 )
2009-07-10 18:09:42 +01:00
Behdad Esfahbod
52742ff86b
Replace spaces with tabs in conf files
2009-06-28 13:49:09 -04:00
Behdad Esfahbod
0f11354877
Revert "[conf] Disable hinting when emboldening ( #19904 )" ( #20599 )
...
This reverts commit 10609af4aa
.
Apparently disabling hinting can cause worse rendering with certain
fonts. This is better handled on a per font basis.
2009-06-24 13:52:09 -04:00
Behdad Esfahbod
3074a73b41
Replace 'KEITH PACKARD' with 'THE AUTHOR(S)' in license text in all files
2009-03-13 17:59:28 -04:00
Mike FABIAN
10609af4aa
[conf] Disable hinting when emboldening ( #19904 )
...
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.
2009-02-15 13:40:23 -08:00
Behdad Esfahbod
627dd913cf
[65-fonts-persian.conf] Set foundry in target=scan instead of target=font
2009-02-13 16:54:03 -08:00
Rahul Bhalerao
4c209d5f0c
Add config for new Indic fonts (bug #17856 )
2009-02-13 16:54:02 -08:00
Behdad Esfahbod
ee2463fbcb
Cleanup symlinks in "make uninstall" (bug #18885 )
2009-02-13 16:54:01 -08:00
Behdad Esfahbod
df243f93be
Add WenQuanYi fonts to default conf ( #17262 , from Mandriva)
2009-02-13 16:53:58 -08:00
Behdad Esfahbod
e690fbb20e
Get rid of $Id$ tags
2009-02-13 16:53:57 -08:00
Behdad Esfahbod
43291847c5
Add ~/.fonts.conf.d to default config ( #17100 )
2009-02-13 16:53:55 -08:00
Behdad Esfahbod
4f468454d8
Update Thai default families ( #16223 )
...
Patch from Theppitak Karoonboonyanan
2009-02-13 16:53:55 -08:00
Behdad Esfahbod
a572f547fd
Persian conf update. (bug 16066).
2008-05-24 15:48:00 -07:00
Keith Packard
8d0139b0e6
Freetype 2.3.5 (2007-jul-02) fixes indic font hinting. re-enable (bug 15822)
...
Autohinting for Indic fonts has been disabled since freetype could not handle
it properly. But since freetype-2.3.5, the hinting problems for indic fonts
have been fixed. Thus this is a request to enable the autohinting in
fontconfig again for all the indic fonts.
2008-05-04 19:08:31 -07:00
Changwoo Ryu
ae6fac0802
Korean font in the default config - replacing baekmuk with un (bug 13569)
...
I propose to replace the default Baekmuk Korean fonts with Un fonts.
Some people don't agree but most Korean people prefer Un fonts to Baekmuk
ones. Un fonts just look better, at least in the most common Linux desktops
(antialiased, GNOME or KDE, high resolution).
2008-05-03 19:39:56 -07:00
Frederic Crozat
c26344ecfc
Merge some of Mandriva configuration into upstream configuration. Bug 13247
...
This is merging some parts of Mandriva fontconfig changes, mostly adding and
documenting fonts to common aliases.
2008-05-03 19:26:09 -07:00
Keith Packard
8415442f9b
Add some sample cursive and fantasy families.
2008-05-03 18:04:32 -07:00