Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Seems to work now. Either asking for family emoji, or :lang=und-zsye returns
the preferred color emoji font available, or just any color emoji font if none
of the preferred ones was found.
|
|
|
|
|
|
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=94551#c33
|
|
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=94551
|
|
Update 65-nonlatin.conf to have better choice of the sans-serif fonts for Chinese
Patch from Joseph Wang
https://bugs.freedesktop.org/show_bug.cgi?id=101726
|
|
http://git.ghostscript.com/?p=ghostpdl.git;a=commit;h=c8342b4a7b6cdcc4cb1261bf2b008f6df257b5c6
http://git.ghostscript.com/?p=urw-core35-fonts.git;a=commit;h=79bcdfb34fbce12b592cce389fa7a19da6b5b018
|
|
`Helvetica Condensed' is not PostScript base 35 fonts.
`Helvetica Narrow' is PostScript base 35 fonts.
|
|
|
|
|
|
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
|
|
|
|
Was broken by 66db69a6d991945f96feb1da683a2e04ea396842. Ouch!
|
|
Patch from Tom Yan
https://bugs.freedesktop.org/show_bug.cgi?id=85225
|
|
This reverts commit c6aa4d4bfcbed14f39d070fe7ef90a4b74642ee7.
This issue has been fixed in poppler and we no longer need to patch it out in fontconfig.
|
|
Ouch!
|
|
https://bugs.freedesktop.org/show_bug.cgi?id=82099
|
|
This reverts commit fd5667b42c253da9c4c5502f53b5c0fb7e0f589e.
This was wrong, as pointed out by Akira on the list.
We want symlinks to final destination.
|
|
From:
https://github.com/Alexpux/MINGW-packages/blob/master/mingw-w64-fontconfig/fontconfig-2.11.0-symlinks-fix.patch
|
|
commented out substitutions for TeX Gyre Termes font
until the broken font are fixed.
https://bugs.freedesktop.org/show_bug.cgi?id=73291
|
|
|
|
MS fonts Cambria, Symbol and Calibri have compat metrics fonts
from ChromeOS.
https://bugs.freedesktop.org/show_bug.cgi?id=72395
|
|
|
|
|
|
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
|
|
Trebuchet MS
|
|
|
|
reflect correct path where is configured at the build time.
|
|
|
|
Add Liberation Sans Narrow as an alias for Arial Narrow
|
|
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.
|
|
|
|
|
|
|
|
|
|
65-nonlatin.conf
Those two fonts are serif fonts. shouldn't be added to monospace.
|
|
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.
|
|
FC_GLOBAL_ADVANCE is deprecated. this flag is simply ignored on
freetype 2.4.5 or later.
|
|
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.
|
|
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.
|
|
|
|
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
|
|
Use "append" to avoid overwriting the user configuration.
This presumes most clients may takes care of the first value only.
|
|
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
|
|
$< 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.
|
|
Add a workaround alias for Dingbats.
|
|
fontconfig-2.8.0
Add config files for FT_LcdFilter options.
Patch from Robin Johnson.
|
|
Fix invalid syntax around alias elements in 30-metric-aliases.conf
40-nonlatin.conf and 45-latin.conf.
Patch from lolilolicon
|