Revert again - maybe oneday the maintainer will fix it boo#1092737
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fonts-config?expand=0&rev=57
This commit is contained in:
parent
123315edc5
commit
c4a770831e
70
10-rendering-options.conf.template
Normal file
70
10-rendering-options.conf.template
Normal file
@ -0,0 +1,70 @@
|
||||
<?xml version='1.0'?>
|
||||
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||
|
||||
<!-- DO NOT EDIT; this is a generated file -->
|
||||
<!-- modify _SYSCONFIG_FILE_PLACEHOLDER_ && run _FONTSCONFIG_RUN_PLACEHOLDER_ instead -->
|
||||
|
||||
<!-- using target="pattern", because we want to change pattern in 60-family-prefer.conf
|
||||
regarding to this setting -->
|
||||
|
||||
<fontconfig>
|
||||
<!-- Choose prefered common hinting style here. -->
|
||||
<!-- Possible values: no, hitnone, hitslight, hintmedium and hintfull. -->
|
||||
<!-- Can be overriden with some other options, e. g. force_bw
|
||||
or force_bw_monospace => hintfull -->
|
||||
<match target="pattern" >
|
||||
<edit name="force_hintstyle" mode="assign">
|
||||
<string>_FORCE_HINTSTYLE_PLACEHOLDER_</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!-- Force autohint always. -->
|
||||
<!-- If false, for well hinted fonts, their instructions are used for rendering. -->
|
||||
<match target="pattern">
|
||||
<edit name="force_autohint" mode="assign">
|
||||
<bool>_FORCE_AUTOHINT_PLACEHOLDER_</bool>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!-- Do not use font smoothing (black&white rendering) at all. -->
|
||||
<match target="pattern" >
|
||||
<edit name="force_bw" mode="assign">
|
||||
<bool>_FORCE_BW_PLACEHOLDER_</bool>
|
||||
</edit>
|
||||
</match>
|
||||
<!-- Do not use font smoothing for some monospaced fonts. -->
|
||||
<!-- Liberation Mono, Courier New, Andale Mono, Monaco, etc. -->
|
||||
<match target="pattern" >
|
||||
<edit name="force_bw_monospace" mode="assign">
|
||||
<bool>_FORCE_BW_MONOSPACE_PLACEHOLDER_</bool>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!-- Set LCD filter. Amend when you want use subpixel rendering. -->
|
||||
<!-- Don't forgot to set correct subpixel ordering in 'rgba' element. -->
|
||||
<!-- Possible values: lcddefault, lcdlight, lcdlegacy, lcdnone -->
|
||||
<match target="pattern">
|
||||
<edit name="lcdfilter" mode="assign">
|
||||
<const>_USE_LCDFILTER_PLACEHOLDER_</const>
|
||||
</edit>
|
||||
</match>
|
||||
<!-- Set LCD subpixel arrangement and orientation. -->
|
||||
<!-- Possible values: unknown, none, rgb, bgr, vrgb, vbgr. -->
|
||||
<match target="pattern">
|
||||
<edit name="rgba" mode="assign">
|
||||
<const>_USE_RGBA_PLACEHOLDER_</const>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
_USE_EMBEDDED_BITMAPS_PLACEHOLDER_
|
||||
|
||||
<!-- Search for metric compatible families? -->
|
||||
<match target="pattern" >
|
||||
<edit name="search_metric_aliases" mode="assign">
|
||||
<bool>_METRIC_ALIASES_PLACEHOLDER_</bool>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
_INCLUDE_USER_RENDERING_PLACEHOLDER_
|
||||
</fontconfig>
|
||||
|
129
11-base-rendering.conf
Normal file
129
11-base-rendering.conf
Normal file
@ -0,0 +1,129 @@
|
||||
<?xml version='1.0'?>
|
||||
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||
<fontconfig>
|
||||
<!-- hinting -->
|
||||
<match target="font">
|
||||
<!-- hinting is on unconditionally, but that -->
|
||||
<!-- can be controlled via hintstyle (hintnone) -->
|
||||
<edit name="hinting" mode="assign">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!-- hint type: autohinter or BCI -->
|
||||
<match target="font">
|
||||
<edit name="autohint" mode="assign">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="font_type">
|
||||
<string>TT Instructed Font</string>
|
||||
</test>
|
||||
<edit name="autohint" mode="assign">
|
||||
<bool>false</bool>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="font_type">
|
||||
<string>NON TT Instructed Font</string>
|
||||
</test>
|
||||
<edit name="autohint" mode="assign">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="fontformat">
|
||||
<string>CFF</string>
|
||||
</test>
|
||||
<edit name="autohint" mode="assign">
|
||||
<bool>false</bool>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="force_autohint">
|
||||
<bool>true</bool>
|
||||
</test>
|
||||
<edit name="autohint" mode="assign">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!-- hint style -->
|
||||
<match target="font">
|
||||
<edit name="hintstyle">
|
||||
<const>hintslight</const>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="autohint">
|
||||
<bool>false</bool>
|
||||
</test>
|
||||
<test name="fontformat" compare="not_eq">
|
||||
<string>CFF</string>
|
||||
</test>
|
||||
<edit name="hintstyle">
|
||||
<const>hintfull</const>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="force_hintstyle">
|
||||
<string>hintnone</string>
|
||||
</test>
|
||||
<edit name="hintstyle">
|
||||
<const>hintnone</const>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="force_hintstyle">
|
||||
<string>hintslight</string>
|
||||
</test>
|
||||
<edit name="hintstyle">
|
||||
<const>hintslight</const>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="force_hintstyle">
|
||||
<string>hintmedium</string>
|
||||
</test>
|
||||
<edit name="hintstyle">
|
||||
<const>hintmedium</const>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="force_hintstyle">
|
||||
<string>hintfull</string>
|
||||
</test>
|
||||
<edit name="hintstyle">
|
||||
<const>hintfull</const>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!-- font smooth or don't font smooth -->
|
||||
<match target="font">
|
||||
<!-- this test should not be needed,
|
||||
as antialiasing is done only for outlines,
|
||||
but workarounds Qt5 issue, see bug 866705 -->
|
||||
<test name="outline">
|
||||
<bool>true</bool>
|
||||
</test>
|
||||
<edit name="antialias" mode="assign">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="force_bw">
|
||||
<bool>true</bool>
|
||||
</test>
|
||||
<edit name="antialias" mode="assign">
|
||||
<bool>false</bool>
|
||||
</edit>
|
||||
<edit name="hintstyle" mode="assign">
|
||||
<const>hintfull</const>
|
||||
</edit>
|
||||
<edit name="embeddedbitmap" mode="assign">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
</match>
|
||||
</fontconfig>
|
||||
|
26
12-tt-monospace-rendering.conf
Normal file
26
12-tt-monospace-rendering.conf
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version='1.0'?>
|
||||
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
||||
<fontconfig>
|
||||
|
||||
<match target="font">
|
||||
<test name="force_bw_monospace">
|
||||
<bool>true</bool>
|
||||
</test>
|
||||
<test name="spacing" compare="more_eq">
|
||||
<int>100</int>
|
||||
</test>
|
||||
<edit name="autohint" mode="assign">
|
||||
<bool>false</bool>
|
||||
</edit>
|
||||
<edit name="antialias" mode="assign">
|
||||
<bool>false</bool>
|
||||
</edit>
|
||||
<edit name="hintstyle" mode="assign">
|
||||
<const>hintfull</const>
|
||||
</edit>
|
||||
<edit name="embeddedbitmap" mode="assign">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
</fontconfig>
|
81
13-selective-rendering-ipa.conf
Normal file
81
13-selective-rendering-ipa.conf
Normal file
@ -0,0 +1,81 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
<!-- IPA* fonts: setting hintstyle=hintnone for now, IPA font
|
||||
setting should be improved in the future [bnc#766319]
|
||||
We are using fullname element instead of family, because
|
||||
some programs may use Japanese name instead, which would
|
||||
double this list, when using family element. See comment
|
||||
47 and 48 of referred bug. -->
|
||||
<!--
|
||||
The IPA fonts have bitmaps only in 12, 14, and 16 pixels.
|
||||
That is rather useless, it is not nice to see a bitmaps at 12
|
||||
pixels, antialiased glyphs at 13 pixels and bitmaps at 14
|
||||
pixels again.
|
||||
-->
|
||||
<match target="font">
|
||||
<test name="fullname"><string>IPAexGothic</string></test>
|
||||
<edit name="hintstyle"><const>hintnone</const></edit>
|
||||
<edit name="embeddedbitmap"><bool>false</bool></edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="fullname"><string>IPAexMincho</string></test>
|
||||
<edit name="hintstyle"><const>hintnone</const></edit>
|
||||
<edit name="embeddedbitmap"><bool>false</bool></edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="fullname"><string>IPAGothic BoldItalic</string></test>
|
||||
<edit name="hintstyle"><const>hintnone</const></edit>
|
||||
<edit name="embeddedbitmap"><bool>false</bool></edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="fullname"><string>IPAGothic Bold</string></test>
|
||||
<edit name="hintstyle"><const>hintnone</const></edit>
|
||||
<edit name="embeddedbitmap"><bool>false</bool></edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="fullname"><string>IPAGothic Italic</string></test>
|
||||
<edit name="hintstyle"><const>hintnone</const></edit>
|
||||
<edit name="embeddedbitmap"><bool>false</bool></edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="fullname"><string>IPAGothic</string></test>
|
||||
<edit name="hintstyle"><const>hintnone</const></edit>
|
||||
<edit name="embeddedbitmap"><bool>false</bool></edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="fullname"><string>IPAMincho</string></test>
|
||||
<edit name="hintstyle"><const>hintnone</const></edit>
|
||||
<edit name="embeddedbitmap"><bool>false</bool></edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="fullname"><string>IPAPGothic BoldItalic</string></test>
|
||||
<edit name="hintstyle"><const>hintnone</const></edit>
|
||||
<edit name="embeddedbitmap"><bool>false</bool></edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="fullname"><string>IPAPGothic Bold</string></test>
|
||||
<edit name="hintstyle"><const>hintnone</const></edit>
|
||||
<edit name="embeddedbitmap"><bool>false</bool></edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="fullname"><string>IPAPGothic Italic</string></test>
|
||||
<edit name="hintstyle"><const>hintnone</const></edit>
|
||||
<edit name="embeddedbitmap"><bool>false</bool></edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="fullname"><string>IPAPGothic</string></test>
|
||||
<edit name="hintstyle"><const>hintnone</const></edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="fullname"><string>IPAPMincho</string></test>
|
||||
<edit name="hintstyle"><const>hintnone</const></edit>
|
||||
<edit name="embeddedbitmap"><bool>false</bool></edit>
|
||||
</match>
|
||||
<match target="font">
|
||||
<test name="fullname"><string>IPAUIGothic</string></test>
|
||||
<edit name="hintstyle"><const>hintnone</const></edit>
|
||||
<edit name="embeddedbitmap"><bool>false</bool></edit>
|
||||
</match>
|
||||
</fontconfig>
|
||||
|
55
31-metric-aliases-bw.conf
Normal file
55
31-metric-aliases-bw.conf
Normal file
@ -0,0 +1,55 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
<!-- according to infinality database, e.g. Helvetica or Nimbus Sans L
|
||||
are not well hinted. Fall back to Liberation Sans instead, when
|
||||
black and white rendering was chosen. -->
|
||||
<match target="pattern">
|
||||
<test name="search_metric_aliases">
|
||||
<bool>true</bool>
|
||||
</test>
|
||||
<test name="force_bw">
|
||||
<bool>true</bool>
|
||||
</test>
|
||||
<!-- Helvetica represents group here as defined in
|
||||
30-metric-aliases.conf -->
|
||||
<test name="family">
|
||||
<string>Helvetica</string>
|
||||
</test>
|
||||
<edit name="family" mode="append" binding="same">
|
||||
<string>Liberation Sans</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test name="search_metric_aliases">
|
||||
<bool>true</bool>
|
||||
</test>
|
||||
<test name="force_bw">
|
||||
<bool>true</bool>
|
||||
</test>
|
||||
<!-- Times represents group here as defined in
|
||||
30-metric-aliases.conf -->
|
||||
<test name="family">
|
||||
<string>Times</string>
|
||||
</test>
|
||||
<edit name="family" mode="append" binding="same">
|
||||
<string>Liberation Serif</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test name="search_metric_aliases">
|
||||
<bool>true</bool>
|
||||
</test>
|
||||
<test name="force_bw">
|
||||
<bool>true</bool>
|
||||
</test>
|
||||
<!-- Courier represents group here as defined in
|
||||
30-metric-aliases.conf -->
|
||||
<test name="family">
|
||||
<string>Courier</string>
|
||||
</test>
|
||||
<edit name="family" mode="append" binding="same">
|
||||
<string>Liberation Mono</string>
|
||||
</edit>
|
||||
</match>
|
||||
</fontconfig>
|
339
49-family-default.conf
Normal file
339
49-family-default.conf
Normal file
@ -0,0 +1,339 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
|
||||
|
||||
<!-- ************************************************************ -->
|
||||
<!-- assigning families to generic names -->
|
||||
<!-- ************************************************************ -->
|
||||
|
||||
<!--
|
||||
Serif faces
|
||||
-->
|
||||
<alias>
|
||||
<family>Georgia</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Bell MT</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Thorndale AMT</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>SUSE Serif</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>FreeSerif</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>DejaVu Serif</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Droid Serif</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Liberation Serif</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>HGMinchoL</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>HGPMinchoL</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>HGPMinchoB</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>HGSMinchoB</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>HGMinchoE</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>HGPMinchoE</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>HGSMinchoE</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>IPAMincho</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>IPAPMincho</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>IPAexMincho</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Sazanami Mincho</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>STIXGeneral</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Tinos</family>
|
||||
<default><family>serif</family></default>
|
||||
</alias>
|
||||
<!--
|
||||
Sans-serif faces
|
||||
-->
|
||||
<alias>
|
||||
<family>Trebuchet</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Segoe</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Andale Sans</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Albany AMT</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>SUSE Sans</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>FreeSans</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>DejaVu Sans</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Droid Sans</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Liberation Sans</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Cantarell</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>HGGothicB</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>HGPGothicB</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>HGGothicE</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>HGPGothicE</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>HGSGothicE</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>HGGothicM</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>HGPGothicM</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>HGSGothicM</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>IPAGothic</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>IPAPGothic</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>IPAexGothic</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Sazanami Gothic</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Baekmuk Gulim</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Arimo</family>
|
||||
<default><family>sans-serif</family></default>
|
||||
</alias>
|
||||
<!--
|
||||
Monospace faces
|
||||
-->
|
||||
<alias>
|
||||
<family>Fixed</family>
|
||||
<default><family>monospace</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Cumberland AMT</family>
|
||||
<default><family>monospace</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>SUSE Sans Mono</family>
|
||||
<default><family>monospace</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>FreeMono</family>
|
||||
<default><family>monospace</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>DejaVu Sans Mono</family>
|
||||
<default><family>monospace</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Droid Sans Mono</family>
|
||||
<default><family>monospace</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Liberation Mono</family>
|
||||
<default><family>monospace</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Cousine</family>
|
||||
<default><family>monospace</family></default>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>Oxygen Mono</family>
|
||||
<default><family>monospace</family></default>
|
||||
</alias>
|
||||
|
||||
<!-- ************************************************************ -->
|
||||
<!-- Font replacements and fallbacks -->
|
||||
<!-- ************************************************************ -->
|
||||
|
||||
<!--
|
||||
If the original Adobe "Symbol" font is not available, use
|
||||
the URW font "Standard Symbols L" or the font "OpenSymbol" coming
|
||||
with OpenOffice as a replacement. The last font appended in this
|
||||
rule will win.
|
||||
(needed for Mozilla/Firefox to display symbols correctly).
|
||||
|
||||
-->
|
||||
|
||||
<match target="pattern">
|
||||
<test name="family">
|
||||
<string>symbol</string>
|
||||
</test>
|
||||
<edit name="family" mode="append" binding="strong">
|
||||
<string>OpenSymbol</string>
|
||||
</edit>
|
||||
<edit name="family" mode="append" binding="strong">
|
||||
<string>Standard Symbols L</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!--
|
||||
Use "Misc Console" (or "Misc Console Wide") instead of "console"
|
||||
(needed to make the menu entry labelled "Linux" in the font menu of
|
||||
KDE's konsole choose the same font as it used to).
|
||||
-->
|
||||
<match target="pattern">
|
||||
<test name="family">
|
||||
<string>console</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend" binding="strong">
|
||||
<string>Misc Console</string>
|
||||
</edit>
|
||||
<edit name="family" mode="prepend" binding="strong">
|
||||
<string>Misc Console Wide</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!-- ************************************************************ -->
|
||||
<!-- Blacklisting fonts which cannot work -->
|
||||
<!-- ************************************************************ -->
|
||||
|
||||
<!--
|
||||
the Hershey-Fonts from ghostscript-fonts-other.rpm are so called
|
||||
"Stroke" fonts which are currently not supported by Freetype
|
||||
-->
|
||||
|
||||
<selectfont>
|
||||
<rejectfont>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>Hershey-Gothic-English</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>Hershey-Plain-Duplex</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>Hershey-Plain-Duplex-Italic</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>Hershey-Plain-Triplex</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>Hershey-Plain-Triplex-Italic</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>Hershey-Script-Simplex</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>Hershey-Script-Complex</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>Hershey-Gothic-German</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>Hershey-Gothic-Italian</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
</rejectfont>
|
||||
</selectfont>
|
||||
|
||||
|
||||
</fontconfig>
|
||||
|
263
59-family-prefer-lang-specific.conf
Normal file
263
59-family-prefer-lang-specific.conf
Normal file
@ -0,0 +1,263 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
|
||||
<!--
|
||||
Set language-specific fonts to be preferred when the standard aliases
|
||||
"serif", "sans-serif" and "monospace" are used.
|
||||
-->
|
||||
|
||||
<!-- Simplified Chinese -->
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>sans-serif</string>
|
||||
</test>
|
||||
<test qual="any" name="lang" compare="eq">
|
||||
<string>zh-cn</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>Noto Sans CJK SC</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>serif</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>zh-cn</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>AR PL UMing CN</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>monospace</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>zh-cn</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>Noto Sans Mono CJK SC</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>sans-serif</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>zh-sg</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>Noto Sans CJK SC</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>serif</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>zh-sg</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>AR PL UMing CN</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>monospace</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>zh-sg</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>Noto Sans Mono CJK SC</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!-- Traditional Chinese -->
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>sans-serif</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>zh-tw</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>Noto Sans CJK TC</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>serif</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>zh-tw</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>AR PL UMing TW</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>monospace</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>zh-tw</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>Noto Sans Mono CJK TC</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>sans-serif</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>zh-hk</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>Noto Sans CJK TC</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>serif</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>zh-hk</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>AR PL UMing HK</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>monospace</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>zh-hk</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>Noto Sans Mono CJK TC</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>sans-serif</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>zh-mo</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>Noto Sans CJK TC</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>serif</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>zh-mo</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>CMEXSong</string>
|
||||
<string>AR PL UMing HK</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>monospace</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>zh-mo</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>Noto Sans Mono CJK TC</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!-- Korean -->
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>sans-serif</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>ko</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>Noto Sans CJK KR</string>
|
||||
<string>NanumGothic</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>serif</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>ko</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>NanumMyeongjo</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>monospace</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>ko</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>Noto Sans Mono CJK KR</string>
|
||||
<string>NanumGothicCoding</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
<!-- Japanese -->
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>sans-serif</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>ja</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>IPAPGothic</string>
|
||||
<string>IPAexGothic</string>
|
||||
<string>M+ 1c</string>
|
||||
<string>M+ 1p</string>
|
||||
<string>VL PGothic</string>
|
||||
<string>Noto Sans CJK JP</string>
|
||||
<string>IPAGothic</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>serif</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>ja</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>IPAPMincho</string>
|
||||
<string>IPAexMincho</string>
|
||||
<string>IPAMincho</string>
|
||||
</edit>
|
||||
</match>
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family" compare="eq">
|
||||
<string>monospace</string>
|
||||
</test>
|
||||
<test name="lang" compare="eq">
|
||||
<string>ja</string>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>IPAGothic</string>
|
||||
<string>M+ 1m</string>
|
||||
<string>VL Gothic</string>
|
||||
<string>Noto Sans Mono CJK JP</string>
|
||||
</edit>
|
||||
</match>
|
||||
|
||||
</fontconfig>
|
286
60-family-prefer.conf
Normal file
286
60-family-prefer.conf
Normal file
@ -0,0 +1,286 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
|
||||
<!--
|
||||
Set fonts to be preferred when the standard aliases "serif", "sans-serif",
|
||||
and "monospace" are used.
|
||||
-->
|
||||
|
||||
<alias>
|
||||
<family>serif</family>
|
||||
<prefer>
|
||||
<family>Times New Roman</family>
|
||||
<family>Thorndale AMT</family>
|
||||
<family>Roboto Slab</family>
|
||||
<family>Noto Serif</family>
|
||||
<family>Noto Serif Armenian</family>
|
||||
<family>Noto Serif Georgian</family>
|
||||
<family>Noto Serif Khmer</family>
|
||||
<family>Noto Serif Lao</family>
|
||||
<family>Noto Serif Thai</family>
|
||||
<family>Liberation Serif</family>
|
||||
<family>DejaVu Serif</family>
|
||||
<family>Droid Serif</family>
|
||||
<family>Tinos</family>
|
||||
<family>SUSE Serif</family>
|
||||
<family>Bitstream Vera Serif</family>
|
||||
<family>Nimbus Roman No9 L</family>
|
||||
<family>Luxi Serif</family>
|
||||
<family>Likhan</family>
|
||||
<family>KacstBook</family>
|
||||
<family>Frank Ruehl CLM</family>
|
||||
<family>Times</family>
|
||||
<family>Khmer OS System</family>
|
||||
<family>Lohit Punjabi</family>
|
||||
<family>Lohit Oriya</family>
|
||||
<family>Pothana2000</family>
|
||||
<family>TSCu_Times</family>
|
||||
<family>BPG Chveulebrivi</family>
|
||||
<family>Nazli</family>
|
||||
<family>FreeSerif</family>
|
||||
<family>MS PMincho</family>
|
||||
<family>MS Mincho</family>
|
||||
<family>HGPMinchoL</family>
|
||||
<family>HGMinchoL</family>
|
||||
<family>IPAPMincho</family>
|
||||
<family>IPAMincho</family>
|
||||
<family>IPAexMincho</family>
|
||||
<family>Sazanami Mincho</family>
|
||||
<family>Kochi Mincho</family>
|
||||
<family>CMEXSong</family>
|
||||
<family>FZSongTi</family>
|
||||
<family>WenQuanYi Micro Hei</family>
|
||||
<family>WenQuanYi WenQuanYi Bitmap Song</family>
|
||||
<family>WenQuanYi Zen Hei</family>
|
||||
<family>AR PL ShanHeiSun Uni</family>
|
||||
<family>FZMingTiB</family>
|
||||
<family>AR PL SungtiL GB</family>
|
||||
<family>AR PL Mingti2L Big5</family>
|
||||
<family>NanumMyeongjo</family>
|
||||
<family>UnBatang</family>
|
||||
<family>Baekmuk Batang</family>
|
||||
<family>SimSun</family>
|
||||
<family>HanyiSong</family>
|
||||
<family>ZYSong18030</family>
|
||||
<family>STIXGeneral</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>sans-serif</family>
|
||||
<prefer>
|
||||
<family>Arial</family>
|
||||
<family>Albany AMT</family>
|
||||
<family>Verdana</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<!-- Choose sans-serif alias depending on antialias.
|
||||
Prefer Liberation Sans -->
|
||||
<match target="pattern">
|
||||
<test name="family">
|
||||
<string>sans-serif</string>
|
||||
</test>
|
||||
<test name="force_bw">
|
||||
<bool>true</bool>
|
||||
</test>
|
||||
<edit name="family" mode="prepend">
|
||||
<string>Liberation Sans</string>
|
||||
</edit>
|
||||
</match>
|
||||
<alias>
|
||||
<family>sans-serif</family>
|
||||
<prefer>
|
||||
<family>Roboto</family>
|
||||
<family>Noto Kufi Arabic</family>
|
||||
<family>Noto Naskh Arabic</family>
|
||||
<family>Noto Sans</family>
|
||||
<family>Noto Sans Armenian</family>
|
||||
<family>Noto Sans Avestan</family>
|
||||
<family>Noto Sans Balinese</family>
|
||||
<family>Noto Sans Bamum</family>
|
||||
<family>Noto Sans Batak</family>
|
||||
<family>Noto Sans Bengali</family>
|
||||
<family>Noto Sans Brahmi</family>
|
||||
<family>Noto Sans Buginese</family>
|
||||
<family>Noto Sans Buhid</family>
|
||||
<family>Noto Sans Canadian Aboriginal</family>
|
||||
<family>Noto Sans Carian</family>
|
||||
<family>Noto Sans Cherokee</family>
|
||||
<family>Noto Sans Coptic</family>
|
||||
<family>Noto Sans Cypriot</family>
|
||||
<family>Noto Sans Deseret</family>
|
||||
<family>Noto Sans Devanagari</family>
|
||||
<family>Noto Sans Egyptian Hieroglyphs</family>
|
||||
<family>Noto Sans Ethiopic</family>
|
||||
<family>Noto Sans Georgian</family>
|
||||
<family>Noto Sans Glagolitic</family>
|
||||
<family>Noto Sans Gothic</family>
|
||||
<family>Noto Sans Gujarati</family>
|
||||
<family>Noto Sans Gurmukhi</family>
|
||||
<family>Noto Sans Hanunoo</family>
|
||||
<family>Noto Sans Hebrew</family>
|
||||
<family>Noto Sans Imperial Aramaic</family>
|
||||
<family>Noto Sans Inscriptional Pahlavi</family>
|
||||
<family>Noto Sans Inscriptional Parthian</family>
|
||||
<family>Noto Sans Japanese</family>
|
||||
<family>Noto Sans Javanese</family>
|
||||
<family>Noto Sans Kaithi</family>
|
||||
<family>Noto Sans Kannada</family>
|
||||
<family>Noto Sans Kayah Li</family>
|
||||
<family>Noto Sans Kharoshthi</family>
|
||||
<family>Noto Sans Korean</family>
|
||||
<family>Noto Sans Lao</family>
|
||||
<family>Noto Sans Lepcha</family>
|
||||
<family>Noto Sans Limbu</family>
|
||||
<family>Noto Sans Linear B</family>
|
||||
<family>Noto Sans Lisu</family>
|
||||
<family>Noto Sans Lycian</family>
|
||||
<family>Noto Sans Lydian</family>
|
||||
<family>Noto Sans Malayalam</family>
|
||||
<family>Noto Sans Mandaic</family>
|
||||
<family>Noto Sans Meetei Mayek</family>
|
||||
<family>Noto Sans Mongolian</family>
|
||||
<family>Noto Sans Myanmar</family>
|
||||
<family>Noto Sans New Tai Lue</family>
|
||||
<family>Noto Sans NKo</family>
|
||||
<family>Noto Sans Ogham</family>
|
||||
<family>Noto Sans Old Italic</family>
|
||||
<family>Noto Sans Old Persian</family>
|
||||
<family>Noto Sans Old South Arabian</family>
|
||||
<family>Noto Sans Old Turkic</family>
|
||||
<family>Noto Sans Ol Chiki</family>
|
||||
<family>Noto Sans Osmanya</family>
|
||||
<family>Noto Sans Phags-pa</family>
|
||||
<family>Noto Sans Phoenician</family>
|
||||
<family>Noto Sans Rejang</family>
|
||||
<family>Noto Sans Runic</family>
|
||||
<family>Noto Sans Samaritan</family>
|
||||
<family>Noto Sans Saurashtra</family>
|
||||
<family>Noto Sans Shavian</family>
|
||||
<family>Noto Sans Sinhala</family>
|
||||
<family>Noto Sans Sumero-Akkadian Cuneiform</family>
|
||||
<family>Noto Sans Sundanese</family>
|
||||
<family>Noto Sans Syloti Nagri</family>
|
||||
<family>Noto Sans Symbols</family>
|
||||
<family>Noto Sans Syriac Eastern</family>
|
||||
<family>Noto Sans Syriac Estrangela</family>
|
||||
<family>Noto Sans Syriac Western</family>
|
||||
<family>Noto Sans S Chinese</family>
|
||||
<family>Noto Sans Tagalog</family>
|
||||
<family>Noto Sans Tagbanwa</family>
|
||||
<family>Noto Sans Tai Le</family>
|
||||
<family>Noto Sans Tai Tham</family>
|
||||
<family>Noto Sans Tai Viet</family>
|
||||
<family>Noto Sans Tamil</family>
|
||||
<family>Noto Sans Telugu</family>
|
||||
<family>Noto Sans Thai</family>
|
||||
<family>Noto Sans Tifinagh</family>
|
||||
<family>Noto Sans T Chinese</family>
|
||||
<family>Noto Sans Ugaritic</family>
|
||||
<family>Noto Sans Vai</family>
|
||||
<family>Noto Sans Yi</family>
|
||||
<!-- Ensure that DejaVu and Liberation
|
||||
is in the list when force_bw is
|
||||
not defined (fonts-config hasn't
|
||||
run), see [bnc#878292c#12].-->
|
||||
<family>Liberation Sans</family>
|
||||
<family>Droid Sans</family>
|
||||
<family>Arimo</family>
|
||||
<family>Cantarell</family>
|
||||
<family>SUSE Sans</family>
|
||||
<family>Bitstream Vera Sans</family>
|
||||
<family>Nimbus Sans L</family>
|
||||
<family>Luxi Sans</family>
|
||||
<family>Mukti Narrow</family>
|
||||
<family>KacstBook</family>
|
||||
<family>Nachlieli CLM</family>
|
||||
<family>Helvetica</family>
|
||||
<family>Khmer OS System</family>
|
||||
<family>Lohit Punjabi</family>
|
||||
<family>Lohit Oriya</family>
|
||||
<family>Pothana2000</family>
|
||||
<family>TSCu_Paranar</family>
|
||||
<family>BPG Glaho</family>
|
||||
<family>Terafik</family>
|
||||
<family>FreeSans</family>
|
||||
<family>Meiryo</family>
|
||||
<family>MS PGothic</family>
|
||||
<family>MS Gothic</family>
|
||||
<family>HGPGothicB</family>
|
||||
<family>HGGothicB</family>
|
||||
<family>IPAPGothic</family>
|
||||
<family>IPAGothic</family>
|
||||
<family>IPAexGothic</family>
|
||||
<family>VL PGothic</family>
|
||||
<family>VL Gothic</family>
|
||||
<family>Sazanami Gothic</family>
|
||||
<family>Kochi Gothic</family>
|
||||
<family>CMEXSong</family>
|
||||
<family>FZSongTi</family>
|
||||
<family>WenQuanYi Micro Hei</family>
|
||||
<family>WenQuanYi WenQuanYi Bitmap Song</family>
|
||||
<family>WenQuanYi Zen Hei</family>
|
||||
<family>AR PL ShanHeiSun Uni</family>
|
||||
<family>FZMingTiB</family>
|
||||
<family>AR PL SungtiL GB</family>
|
||||
<family>AR PL Mingti2L Big5</family>
|
||||
<family>NanumGothic</family>
|
||||
<family>UnDotum</family>
|
||||
<family>Baekmuk Gulim</family>
|
||||
<family>Baekmuk Dotum</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>monospace</family>
|
||||
<prefer>
|
||||
<family>Consolas</family>
|
||||
<family>Source Code Pro</family>
|
||||
<family>Liberation Mono</family>
|
||||
<family>DejaVu Sans Mono</family>
|
||||
<family>Droid Sans Mono</family>
|
||||
<family>Andale Mono</family>
|
||||
<family>Cousine</family>
|
||||
<family>SUSE Sans Mono</family>
|
||||
<family>Bitstream Vera Sans Mono</family>
|
||||
<family>Courier New</family>
|
||||
<family>Cumberland AMT</family>
|
||||
<family>Nimbus Mono L</family>
|
||||
<family>Luxi Mono</family>
|
||||
<family>Mukti Narrow</family>
|
||||
<family>KacstBook</family>
|
||||
<family>Miriam Mono CLM</family>
|
||||
<family>Terafik</family>
|
||||
<family>Khmer OS System</family>
|
||||
<family>Lohit Punjabi</family>
|
||||
<family>Lohit Oriya</family>
|
||||
<family>Pothana2000</family>
|
||||
<family>TSCu_Paranar</family>
|
||||
<family>BPG Courier</family>
|
||||
<family>FreeMono</family>
|
||||
<family>MS Gothic</family>
|
||||
<family>HGGothicB</family>
|
||||
<family>IPAGothic</family>
|
||||
<family>VL Gothic</family>
|
||||
<family>Sazanami Gothic</family>
|
||||
<family>Kochi Gothic</family>
|
||||
<family>CMEXSong</family>
|
||||
<family>FZSongTi</family>
|
||||
<family>WenQuanYi Micro Hei Mono</family>
|
||||
<family>WenQuanYi WenQuanYi Bitmap Song</family>
|
||||
<family>WenQuanYi Zen Hei Mono</family>
|
||||
<family>AR PL ShanHeiSun Uni</family>
|
||||
<family>FZMingTiB</family>
|
||||
<family>AR PL SungtiL GB</family>
|
||||
<family>AR PL Mingti2L Big5</family>
|
||||
<family>NanumGothicCoding</family>
|
||||
<family>UnDotum</family>
|
||||
<family>Baekmuk Gulim</family>
|
||||
<family>Baekmuk Dotum</family>
|
||||
<family>NSimSun</family>
|
||||
<family>HanyiSong</family>
|
||||
<family>ZYSong18030</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
|
||||
</fontconfig>
|
||||
|
58
70-reject.conf
Normal file
58
70-reject.conf
Normal file
@ -0,0 +1,58 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
<selectfont>
|
||||
<rejectfont>
|
||||
<glob>*.bdf</glob>
|
||||
</rejectfont>
|
||||
</selectfont>
|
||||
<selectfont>
|
||||
<rejectfont>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>Hershey-Gothic-English</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>Hershey-Plain-Duplex</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>Hershey-Plain-Duplex-Italic</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>Hershey-Plain-Triplex</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>Hershey-Plain-Triplex-Italic</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>Hershey-Script-Simplex</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>Hershey-Script-Complex</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>Hershey-Gothic-German</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
<pattern>
|
||||
<patelt name="family">
|
||||
<string>Hershey-Gothic-Italian</string>
|
||||
</patelt>
|
||||
</pattern>
|
||||
</rejectfont>
|
||||
</selectfont>
|
||||
</fontconfig>
|
5
empty.conf
Normal file
5
empty.conf
Normal file
@ -0,0 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||||
<fontconfig>
|
||||
|
||||
</fontconfig>
|
3
fontconfig-infinality-1-20130104_1.tar.bz2
Normal file
3
fontconfig-infinality-1-20130104_1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07c79d4383a62f100e4c690c212f575670a9c026b3e782b31c44885e41efa5ba
|
||||
size 22222
|
42
fontconfig-infinality-generate-tt-groups.patch
Normal file
42
fontconfig-infinality-generate-tt-groups.patch
Normal file
@ -0,0 +1,42 @@
|
||||
Index: infinality/conf.src/generate60/60-group-non-tt-fonts.conf.awk
|
||||
===================================================================
|
||||
--- infinality/conf.src/generate60/60-group-non-tt-fonts.conf.awk.orig 2013-01-05 02:11:58.000000000 +0100
|
||||
+++ infinality/conf.src/generate60/60-group-non-tt-fonts.conf.awk 2014-02-14 09:44:34.518450937 +0100
|
||||
@@ -22,23 +22,6 @@
|
||||
}
|
||||
|
||||
END {
|
||||
- printf "\t<match target=\"font\">\n"
|
||||
- printf "\t\t<test name=\"font_type\">\n"
|
||||
- printf "\t\t\t<string>NON TT Instructed Font</string>\n"
|
||||
- printf "\t\t</test>\n"
|
||||
- printf "\t\t<edit name=\"autohint\" mode=\"assign\">\n"
|
||||
- printf "\t\t\t<bool>true</bool>\n"
|
||||
- printf "\t\t</edit>\n"
|
||||
- printf "\t\t<edit name=\"hintstyle\" mode=\"assign\">\n"
|
||||
- printf "\t\t\t<const>hintslight</const>\n"
|
||||
- printf "\t\t</edit>\n"
|
||||
- printf "\t\t<edit name=\"hinting\" mode=\"assign\">\n"
|
||||
- printf "\t\t\t<bool>true</bool>\n"
|
||||
- printf "\t\t</edit>\n"
|
||||
- printf "\t\t<edit name=\"antialias\" mode=\"assign\">\n"
|
||||
- printf "\t\t\t<bool>true</bool>\n"
|
||||
- printf "\t\t</edit>\n"
|
||||
- printf "\t</match>\n\n"
|
||||
printf "</fontconfig>\n\n"
|
||||
}
|
||||
|
||||
Index: infinality/conf.src/generate60/60-group-tt-fonts.conf.awk
|
||||
===================================================================
|
||||
--- infinality/conf.src/generate60/60-group-tt-fonts.conf.awk.orig 2013-01-05 02:11:58.000000000 +0100
|
||||
+++ infinality/conf.src/generate60/60-group-tt-fonts.conf.awk 2014-02-14 09:45:47.492311657 +0100
|
||||
@@ -9,9 +9,6 @@
|
||||
|
||||
{
|
||||
printf "\t<match target=\"font\">\n"
|
||||
- printf "\t\t<test name=\"force_autohint\">\n"
|
||||
- printf "\t\t\t<bool>false</bool>\n"
|
||||
- printf "\t\t</test>\n"
|
||||
printf "\t\t<test name=\"family\">\n"
|
||||
printf "\t\t\t<string>"
|
||||
printf $0
|
213
fontconfig.SUSE.properties.template
Normal file
213
fontconfig.SUSE.properties.template
Normal file
@ -0,0 +1,213 @@
|
||||
#
|
||||
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
|
||||
#
|
||||
|
||||
#
|
||||
# generated by /usr/sbin/fonts-config
|
||||
#
|
||||
|
||||
# Version
|
||||
|
||||
version=1
|
||||
|
||||
# Component Font Mappings
|
||||
|
||||
allfonts.chinese-gb18030=_SANS_SIMPLIFIED_CHINESE_XLFD_medium-r-normal--*-%d-*-*-*-*-gb18030-0
|
||||
allfonts.chinese-gbk=_SANS_SIMPLIFIED_CHINESE_XLFD_medium-r-normal--*-%d-*-*-*-*-gbk-0
|
||||
allfonts.chinese-gb2312=_SANS_SIMPLIFIED_CHINESE_XLFD_medium-r-normal--*-%d-*-*-*-*-gb2312.1980-0
|
||||
allfonts.chinese-big5=_SANS_TRADITIONAL_CHINESE_XLFD_medium-r-normal--*-%d-*-*-*-*-big5-0
|
||||
allfonts.chinese-iso10646=_SANS_SIMPLIFIED_CHINESE_XLFD_medium-r-normal--*-%d-*-*-*-*-iso10646-1
|
||||
|
||||
#allfonts.lucida=-b&h-lucidasans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1
|
||||
allfonts.japanese-x0201=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0
|
||||
|
||||
serif.plain.japanese-x0208=_SERIF_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
serif.plain.japanese-iso10646=_SERIF_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
serif.plain.korean=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
serif.plain.korean.motif=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
serif.plain.latin-1=_SERIF_LATIN1_XLFD_medium-r-normal--*-%d-*-*-p-*-iso8859-1
|
||||
|
||||
serif.bold.japanese-x0208=_SERIF_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
serif.bold.japanese-iso10646=_SERIF_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
serif.bold.korean=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
serif.bold.korean.motif=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
serif.bold.latin-1=_SERIF_LATIN1_XLFD_bold-r-normal--*-%d-*-*-p-*-iso8859-1
|
||||
|
||||
serif.italic.japanese-x0208=_SERIF_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
serif.italic.japanese-iso10646=_SERIF_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
serif.italic.korean=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
serif.italic.korean.motif=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
serif.italic.latin-1=_SERIF_LATIN1_XLFD_medium-i-normal--*-%d-*-*-p-*-iso8859-1
|
||||
|
||||
serif.bolditalic.japanese-x0208=_SERIF_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
serif.bolditalic.japanese-iso10646=_SERIF_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
serif.bolditalic.korean=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
serif.bolditalic.korean.motif=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
serif.bolditalic.latin-1=_SERIF_LATIN1_XLFD_bold-i-normal--*-%d-*-*-p-*-iso8859-1
|
||||
|
||||
sansserif.plain.japanese-x0208=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
sansserif.plain.japanese-iso10646=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
sansserif.plain.korean=_SANS_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
sansserif.plain.korean.motif=_SANS_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
sansserif.plain.latin-1=_SANS_LATIN1_XLFD_medium-r-normal--*-%d-*-*-p-*-iso8859-1
|
||||
|
||||
sansserif.bold.japanese-x0208=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
sansserif.bold.japanese-iso10646=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
sansserif.bold.korean=_SANS_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
sansserif.bold.korean.motif=_SANS_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
sansserif.bold.latin-1=_SANS_LATIN1_XLFD_bold-r-normal--*-%d-*-*-p-*-iso8859-1
|
||||
|
||||
sansserif.italic.japanese-x0208=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
sansserif.italic.japanese-iso10646=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
sansserif.italic.korean=_SANS_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
sansserif.italic.korean.motif=_SANS_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
sansserif.italic.latin-1=_SANS_LATIN1_XLFD_medium-i-normal--*-%d-*-*-p-*-iso8859-1
|
||||
|
||||
sansserif.bolditalic.japanese-x0208=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
sansserif.bolditalic.japanese-iso10646=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
sansserif.bolditalic.korean=_SANS_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
sansserif.bolditalic.korean.motif=_SANS_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
sansserif.bolditalic.latin-1=_SANS_LATIN1_XLFD_bold-i-normal--*-%d-*-*-p-*-iso8859-1
|
||||
|
||||
monospaced.plain.japanese-x0208=_MONO_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
monospaced.plain.japanese-iso10646=_MONO_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
monospaced.plain.korean=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
monospaced.plain.korean.motif=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
monospaced.plain.latin-1=_MONO_LATIN1_XLFD_medium-r-normal--*-%d-*-*-m-*-iso8859-1
|
||||
|
||||
monospaced.bold.japanese-x0208=_MONO_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
monospaced.bold.japanese-iso10646=_MONO_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
monospaced.bold.korean=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
monospaced.bold.korean.motif=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
monospaced.bold.latin-1=_MONO_LATIN1_XLFD_bold-r-normal--*-%d-*-*-m-*-iso8859-1
|
||||
|
||||
monospaced.italic.japanese-x0208=_MONO_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
monospaced.italic.japanese-iso10646=_MONO_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
monospaced.italic.korean=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
monospaced.italic.korean.motif=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
monospaced.italic.latin-1=_MONO_LATIN1_XLFD_medium-i-normal--*-%d-*-*-m-*-iso8859-1
|
||||
|
||||
monospaced.bolditalic.japanese-x0208=_MONO_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
monospaced.bolditalic.japanese-iso10646=_MONO_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
monospaced.bolditalic.korean=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
monospaced.bolditalic.korean.motif=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
monospaced.bolditalic.latin-1=_MONO_LATIN1_XLFD_bold-i-normal--*-%d-*-*-m-*-iso8859-1
|
||||
|
||||
dialog.plain.japanese-x0208=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
dialog.plain.japanese-iso10646=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
dialog.plain.korean=_SANS_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
dialog.plain.korean.motif=_SANS_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
dialog.plain.latin-1=_SANS_LATIN1_XLFD_medium-r-normal--*-%d-*-*-p-*-iso8859-1
|
||||
|
||||
dialog.bold.japanese-x0208=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
dialog.bold.japanese-iso10646=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
dialog.bold.korean=_SANS_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
dialog.bold.korean.motif=_SANS_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
dialog.bold.latin-1=_SANS_LATIN1_XLFD_bold-r-normal--*-%d-*-*-p-*-iso8859-1
|
||||
|
||||
dialog.italic.japanese-x0208=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
dialog.italic.japanese-iso10646=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
dialog.italic.korean=_SANS_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
dialog.italic.korean.motif=_SANS_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
dialog.italic.latin-1=_SANS_LATIN1_XLFD_medium-i-normal--*-%d-*-*-p-*-iso8859-1
|
||||
|
||||
dialog.bolditalic.japanese-x0208=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
dialog.bolditalic.japanese-iso10646=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
dialog.bolditalic.korean=_SANS_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
dialog.bolditalic.korean.motif=_SANS_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
dialog.bolditalic.latin-1=_SANS_LATIN1_XLFD_bold-i-normal--*-%d-*-*-p-*-iso8859-1
|
||||
|
||||
dialoginput.plain.japanese-x0208=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
dialoginput.plain.japanese-iso10646=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
dialoginput.plain.korean=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
dialoginput.plain.korean.motif=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
dialoginput.plain.latin-1=_MONO_LATIN1_XLFD_medium-r-normal--*-%d-*-*-m-*-iso8859-1
|
||||
|
||||
dialoginput.bold.japanese-x0208=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
dialoginput.bold.japanese-iso10646=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
dialoginput.bold.korean=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
dialoginput.bold.korean.motif=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
dialoginput.bold.latin-1=_MONO_LATIN1_XLFD_bold-r-normal--*-%d-*-*-m-*-iso8859-1
|
||||
|
||||
dialoginput.italic.japanese-x0208=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
dialoginput.italic.japanese-so10646=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
dialoginput.italic.korean=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
dialoginput.italic.korean.motif=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
dialoginput.italic.latin-1=_MONO_LATIN1_XLFD_medium-i-normal--*-%d-*-*-m-*-iso8859-1
|
||||
|
||||
dialoginput.bolditalic.japanese-x0208=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0
|
||||
dialoginput.bolditalic.japanese-iso10646=_SANS_JAPANESE_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
dialoginput.bolditalic.korean=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-iso10646-1
|
||||
dialoginput.bolditalic.korean.motif=_SERIF_KOREAN_XLFD_medium-r-normal--*-%d-*-*-c-*-ksc5601.1987-0
|
||||
dialoginput.bolditalic.latin-1=_MONO_LATIN1_XLFD_bold-i-normal--*-%d-*-*-m-*-iso8859-1
|
||||
|
||||
|
||||
# Search Sequences
|
||||
|
||||
sequence.allfonts=latin-1
|
||||
#sequence.allfonts.Big5=latin-1,chinese-big5
|
||||
#sequence.allfonts.Big5-HKSCS=latin-1,chinese-big5
|
||||
#sequence.allfonts.GB18030=latin-1,chinese-gbk,chinese-iso10646
|
||||
#sequence.allfonts.GBK=latin-1,chinese-gbk
|
||||
#sequence.allfonts.GB2312=latin-1,chinese-gb2312
|
||||
sequence.allfonts.x-euc-jp-linux=latin-1,japanese-x0208,japanese-x0201
|
||||
sequence.allfonts.UTF-8.ja.JP=latin-1,japanese-x0208,japanese-x0201,chinese-iso10646
|
||||
sequence.allfonts.UTF-8.zh=latin-1,chinese-iso10646,japanese-x0208,japanese-x0201
|
||||
sequence.allfonts.EUC-KR=latin-1,korean
|
||||
sequence.fallback=chinese-gbk,chinese-big5,japanese-x0208,japanese-x0201,korean
|
||||
|
||||
# Exclusion Ranges
|
||||
exclusion.japanese-x0201=0390-03d6,2200-22ef,2701-27be
|
||||
exclusion.japanese-x0208=0390-03d6,2200-22ef,2701-27be
|
||||
|
||||
# Font File Names
|
||||
|
||||
filename._SANS_JAPANESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0=_SANS_JAPANESE_FILE_
|
||||
filename._SANS_JAPANESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0=_SANS_JAPANESE_FILE_
|
||||
filename._SANS_JAPANESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-c-*-iso10646-1=_SANS_JAPANESE_FILE_
|
||||
|
||||
filename._MONO_JAPANESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0=_MONO_JAPANESE_FILE_
|
||||
filename._MONO_JAPANESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0=_MONO_JAPANESE_FILE_
|
||||
filename._MONO_JAPANESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-c-*-iso10646-1=_MONO_JAPANESE_FILE_
|
||||
|
||||
filename._SERIF_JAPANESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-c-*-jisx0201.1976-0=_SERIF_JAPANESE_FILE_
|
||||
filename._SERIF_JAPANESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-c-*-jisx0208.1983-0=_SERIF_JAPANESE_FILE_
|
||||
filename._SERIF_JAPANESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-c-*-iso10646-1=_SERIF_JAPANESE_FILE_
|
||||
|
||||
filename._SANS_KOREAN_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-*-*-ksc5601.1987-0=_SANS_KOREAN_FILE_
|
||||
filename._SANS_KOREAN_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-*-*-iso10646-1=_SANS_KOREAN_FILE_
|
||||
|
||||
filename._SERIF_KOREAN_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-*-*-ksc5601.1987-0=_SERIF_KOREAN_FILE_
|
||||
filename._SERIF_KOREAN_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-*-*-iso10646-1=_SERIF_KOREAN_FILE_
|
||||
|
||||
filename._SANS_SIMPLIFIED_CHINESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-*-*-gb18030-0=_SANS_SIMPLIFIED_CHINESE_FILE_
|
||||
filename._SANS_SIMPLIFIED_CHINESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-*-*-gbk-0=_SANS_SIMPLIFIED_CHINESE_FILE_
|
||||
filename._SANS_SIMPLIFIED_CHINESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-*-*-gb2312.1980-0=_SANS_SIMPLIFIED_CHINESE_FILE_
|
||||
filename._SANS_SIMPLIFIED_CHINESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-*-*-iso10646-1=_SANS_SIMPLIFIED_CHINESE_FILE_
|
||||
|
||||
filename._SERIF_SIMPLIFIED_CHINESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-*-*-gb18030-0=_SERIF_SIMPLIFIED_CHINESE_FILE_
|
||||
filename._SERIF_SIMPLIFIED_CHINESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-*-*-gbk-0=_SERIF_SIMPLIFIED_CHINESE_FILE_
|
||||
filename._SERIF_SIMPLIFIED_CHINESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-*-*-gb2312.1980-0=_SERIF_SIMPLIFIED_CHINESE_FILE_
|
||||
filename._SERIF_SIMPLIFIED_CHINESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-*-*-iso10646-1=_SERIF_SIMPLIFIED_CHINESE_FILE_
|
||||
|
||||
filename._SANS_TRADITIONAL_CHINESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-*-*-big5-0=_SANS_TRADITIONAL_CHINESE_FILE_
|
||||
filename._SANS_TRADITIONAL_CHINESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-*-*-iso10646-1=_SANS_TRADITIONAL_CHINESE_FILE_
|
||||
|
||||
filename._SERIF_TRADITIONAL_CHINESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-*-*-big5-0=_SERIF_TRADITIONAL_CHINESE_FILE_
|
||||
filename._SERIF_TRADITIONAL_CHINESE_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-*-*-iso10646-1=_SERIF_TRADITIONAL_CHINESE_FILE_
|
||||
|
||||
filename._SANS_LATIN1_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-*-*-iso8859-1=_SANS_LATIN1_FILE_
|
||||
filename._MONO_LATIN1_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-*-*-iso8859-1=_MONO_LATIN1_FILE_
|
||||
filename._SERIF_LATIN1_XLFD_NO_SPACE_medium-r-normal--*-%d-*-*-*-*-iso8859-1=_SERIF_LATIN1_FILE_
|
||||
|
||||
|
||||
# AWT X11 font paths
|
||||
awtfontpath.chinese-big5=_X11FONTDIR_
|
||||
awtfontpath.chinese-gb2312=_X11FONTDIR_
|
||||
awtfontpath.chinese-gbk=_X11FONTDIR_
|
||||
awtfontpath.chinese-iso10646=_X11FONTDIR_
|
||||
awtfontpath.japanese-x0201=_X11FONTDIR_
|
||||
awtfontpath.japanese-x0208=_X11FONTDIR_
|
||||
awtfontpath.japanese-iso10646-1=_X11FONTDIR_
|
||||
awtfontpath.korean=_X11FONTDIR_
|
||||
|
2010
fonts-config
Normal file
2010
fonts-config
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a6fdc8aefff569b1ac3f1ad2643125e9d129d2016bc8cbd3d37c3cfb2c497eb
|
||||
size 108028
|
@ -1,21 +0,0 @@
|
||||
diff -Nura fonts-config-20180430/60-family-prefer.conf fonts-config-20180430_new/60-family-prefer.conf
|
||||
--- fonts-config-20180430/60-family-prefer.conf 2018-04-30 03:40:26.486246092 +0000
|
||||
+++ fonts-config-20180430_new/60-family-prefer.conf 2018-10-15 10:43:38.221995233 +0000
|
||||
@@ -165,7 +165,7 @@
|
||||
<family>Noto Sans Syriac Eastern</family>
|
||||
<family>Noto Sans Syriac Estrangela</family>
|
||||
<family>Noto Sans Syriac Western</family>
|
||||
- <family>Noto Sans S Chinese</family>
|
||||
+ <family>Noto Sans SC</family>
|
||||
<family>Noto Sans Tagalog</family>
|
||||
<family>Noto Sans Tagbanwa</family>
|
||||
<family>Noto Sans Tai Le</family>
|
||||
@@ -175,7 +175,7 @@
|
||||
<family>Noto Sans Telugu</family>
|
||||
<family>Noto Sans Thai</family>
|
||||
<family>Noto Sans Tifinagh</family>
|
||||
- <family>Noto Sans T Chinese</family>
|
||||
+ <family>Noto Sans TC</family>
|
||||
<family>Noto Sans Ugaritic</family>
|
||||
<family>Noto Sans Vai</family>
|
||||
<family>Noto Sans Yi</family>
|
@ -1,32 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 5 11:18:01 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Use noun phrasing and user-independent wording.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 15 08:25:11 UTC 2018 - qzhao@suse.com
|
||||
|
||||
- Add fonts-config-fix-misspelling.patch: fix misspelling in
|
||||
configuration file(boo#1111791).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 30 03:40:53 UTC 2018 - i@marguerite.su
|
||||
|
||||
- new upstream: https://github.com/openSUSE/fonts-config
|
||||
development will continue there.
|
||||
- drop patch: fontconfig-infinality-generate-tt-groups.patch
|
||||
* infinality project is dead, we use a static result in upstream
|
||||
instead of generating it every time.
|
||||
- update 20180430
|
||||
* support color emoji
|
||||
* modern fonts for symbol
|
||||
* add configurations for Noto Sans/Serif CJK
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 12 22:53:10 UTC 2018 - stefan.bruens@rwth-aachen.de
|
||||
|
||||
- Do not create fonts.{dir,scale} in encodings directory
|
||||
(boo#1106850).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 13:49:51 UTC 2017 - rbrown@suse.com
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package fonts-config
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,15 +21,30 @@
|
||||
%define _fillupdir /var/adm/fillup-templates
|
||||
%endif
|
||||
|
||||
%define infinality_srcver 1-20130104_1
|
||||
%define infinality_name fontconfig-infinality
|
||||
Name: fonts-config
|
||||
Version: 20180430
|
||||
Version: 20160921
|
||||
Release: 0
|
||||
Summary: Script to configure fonts for X Windows and other applications
|
||||
Summary: Configures Fonts for X Windows and other applications
|
||||
# MIT for infinality
|
||||
License: GPL-2.0-or-later AND MIT
|
||||
License: GPL-2.0+ and MIT
|
||||
Group: System/X11/Fonts
|
||||
Source: fonts-config-20180430.tar.xz
|
||||
Patch: fonts-config-fix-misspelling.patch
|
||||
Source0: fonts-config
|
||||
Source1: sysconfig.fonts-config
|
||||
Source2: fontconfig.SUSE.properties.template
|
||||
Source3: %{infinality_name}-%{infinality_srcver}.tar.bz2
|
||||
Source4: 10-rendering-options.conf.template
|
||||
Source5: 11-base-rendering.conf
|
||||
Source6: empty.conf
|
||||
Source7: 12-tt-monospace-rendering.conf
|
||||
Source8: 13-selective-rendering-ipa.conf
|
||||
Source9: 49-family-default.conf
|
||||
Source10: 60-family-prefer.conf
|
||||
Source11: 70-reject.conf
|
||||
Source12: 31-metric-aliases-bw.conf
|
||||
Source13: 59-family-prefer-lang-specific.conf
|
||||
Patch0: fontconfig-infinality-generate-tt-groups.patch
|
||||
BuildRequires: fontconfig
|
||||
BuildRequires: fontpackages-devel
|
||||
Requires(pre): %fillup_prereq
|
||||
@ -43,21 +58,30 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
A script to configure fonts for X Windows and other applications.
|
||||
Configures Fonts for X Windows and other applications.
|
||||
|
||||
fonts-config is usually called automatically when a package containing
|
||||
fonts is installed, upgraded or removed. But it can also be executed
|
||||
directly, which is mainly useful to debug it (use the --debug flag).
|
||||
Usually fonts-config is called automatically when package containing
|
||||
font is installed, upgraded or removed. But you can also execute
|
||||
fonts-config directly, which is mainly useful to debug it (use
|
||||
--debug flag).
|
||||
|
||||
%prep
|
||||
%setup
|
||||
%patch -p1
|
||||
%setup -cT -a 3 -n %{infinality_name}-%{infinality_srcver}
|
||||
%patch0
|
||||
|
||||
%build
|
||||
cd infinality/conf.src/generate60
|
||||
./generate60.sh
|
||||
mv 60-group-tt-fonts.conf ../../../10-group-tt-hinted-fonts.conf
|
||||
mv 60-group-non-tt-fonts.conf ../../../10-group-tt-non-hinted-fonts.conf
|
||||
cd ../../..
|
||||
# empty configuration now, should be filled after fonts-config call
|
||||
cp 99-example.conf 10-rendering-options.conf
|
||||
cp %{SOURCE6} 10-rendering-options.conf
|
||||
# empty configuration now, can be filled after fonts-config call
|
||||
cp 99-example.conf 58-family-prefer-local.conf
|
||||
cp %{SOURCE6} 58-family-prefer-local.conf
|
||||
mv infinality/conf.src/80-selective-rendering-inf-win-lin.conf 13-selective-rendering.conf
|
||||
mv infinality/conf.src/21-aliases-wine-linux.conf 61-wine-aliases.conf
|
||||
cp -a %{SOURCE5} %{SOURCE7} %{SOURCE8} %{SOURCE9} %{SOURCE10} %{SOURCE11} %{SOURCE12} %{SOURCE13} .
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}/sbin/conf.d
|
||||
@ -66,14 +90,17 @@ mkdir -p %{buildroot}%{_datadir}/%{name}
|
||||
mkdir -p %{buildroot}/%{_mandir}/man1
|
||||
mkdir -p %{buildroot}/%{_docdir}/%{name}/infinality
|
||||
mkdir -p %{buildroot}%{_fillupdir}
|
||||
install -m 755 fonts-config %{buildroot}%{_prefix}/sbin
|
||||
install -m 644 sysconfig.fonts-config \
|
||||
install -m 755 %{SOURCE0} %{buildroot}%{_prefix}/sbin
|
||||
install -m 644 %{SOURCE1} \
|
||||
%{buildroot}%{_fillupdir}/
|
||||
install -m 644 fontconfig.SUSE.properties.template %{buildroot}%{_datadir}/fonts-config
|
||||
pod2man --section 1 --center=" " fonts-config > \
|
||||
install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/fonts-config
|
||||
install -m 644 infinality/README infinality/LICENSE %{buildroot}%{_docdir}/%{name}/infinality
|
||||
install -m 644 infinality/conf.src/generate60/60-group-non-tt-fonts.list %{buildroot}%{_docdir}/%{name}/infinality/good-hinted-tt-fonts.list
|
||||
install -m 644 infinality/conf.src/generate60/60-group-tt-fonts.list %{buildroot}%{_docdir}/%{name}/infinality/non-hinted-tt-fonts.list
|
||||
pod2man --section 1 --center=" " %{SOURCE0} > \
|
||||
%{buildroot}/%{_mandir}/man1/fonts-config.1
|
||||
#
|
||||
install -m 644 10-rendering-options.conf.template %{buildroot}%{_datadir}/%{name}
|
||||
install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/%{name}
|
||||
mkdir -p %{buildroot}%{_fontsconfavaildir}
|
||||
# following two conf files can not be under /usr/share/fonts-config
|
||||
# as they are changed during installation [bnc#882029 (internal)]
|
||||
@ -91,7 +118,6 @@ for conf in 10-group-tt-hinted-fonts.conf \
|
||||
13-selective-rendering-ipa.conf \
|
||||
31-metric-aliases-bw.conf \
|
||||
49-family-default.conf \
|
||||
59-family-prefer-emoji.conf \
|
||||
59-family-prefer-lang-specific.conf \
|
||||
60-family-prefer.conf \
|
||||
61-wine-aliases.conf \
|
||||
|
241
sysconfig.fonts-config
Normal file
241
sysconfig.fonts-config
Normal file
@ -0,0 +1,241 @@
|
||||
## Path: Desktop
|
||||
## Description: Display font configuration
|
||||
## Type: integer
|
||||
## Default: 0
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Type of output (quiet=0, verbose=1, debug=256) while reconfiguring
|
||||
# fonts.
|
||||
#
|
||||
VERBOSITY="0"
|
||||
|
||||
## Path: Desktop
|
||||
## Description: Display font configuration
|
||||
## Type: list(none,hintnone,hintslight,hintmedium,hintfull)
|
||||
## Default: none
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Prefered common hinting style.
|
||||
#
|
||||
# By default, hinslight is prefered for autohinter and hintfull for
|
||||
# BCI. You can enforce one hintstyle here. This value is not final
|
||||
# though, hintstyle can be overriden by other option in this file
|
||||
# (e. g. FORCE_BW_MONOSPACE => hintfull)
|
||||
#
|
||||
FORCE_HINTSTYLE="none"
|
||||
|
||||
## Path: Desktop
|
||||
## Description: Display font configuration
|
||||
## Type: yesno
|
||||
## Default: no
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Force autohint even for fonts, which are said to have good
|
||||
# hinting instructions.
|
||||
#
|
||||
FORCE_AUTOHINT="no"
|
||||
|
||||
## Path: Desktop
|
||||
## Description: Display font configuration
|
||||
## Type: yesno
|
||||
## Default: no
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Force black and white rendering. Fonts will not get smoothed with
|
||||
# the benefit of high contrast betwen font and background.
|
||||
#
|
||||
FORCE_BW="no"
|
||||
|
||||
## Path: Desktop
|
||||
## Description: Display font configuration
|
||||
## Type: yesno
|
||||
## Default: no
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Force black and white rendering for well hinted monospaced fonts.
|
||||
# That makes look them in bitmap quality.
|
||||
#
|
||||
FORCE_BW_MONOSPACE="no"
|
||||
|
||||
## Path: Desktop
|
||||
## Description: Display font configuration
|
||||
## Type: list(lcdnone,lcddefault,lcdlight,lcdlegacy)
|
||||
## Default: lcdnone
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# LCD filter.
|
||||
#
|
||||
# I is mandatory to set to something else than 'lcdnone'
|
||||
# when you want subpixel rendering. lcddefault seems to
|
||||
# be most used value here.
|
||||
#
|
||||
USE_LCDFILTER="lcdnone"
|
||||
|
||||
## Path: Desktop
|
||||
## Description: Display font configuration
|
||||
## Type: list(none,rgb,vrgb,bgr,vbgr,unknown)
|
||||
## Default: none
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Subpixel arrangement for your monitor and its rotation.
|
||||
#
|
||||
USE_RGBA="none"
|
||||
|
||||
## Path: Desktop
|
||||
## Description: Display font configuration
|
||||
## Type: yesno
|
||||
## Default: yes
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# As rendering of outlines is often not perfect at small sizes, some
|
||||
# TrueType or OpenType fonts contain "embedded" bitmaps for small sizes.
|
||||
# This is very common in CJK fonts.
|
||||
#
|
||||
# Using embedded bitmaps usually gives clearly readable results as the bitmaps
|
||||
# are handtuned for good readability and do not suffer from imperfections
|
||||
# of the rendering algorithms.
|
||||
#
|
||||
# On the other hand, anti-aliasing is only possible when the outlines
|
||||
# are used.
|
||||
#
|
||||
# Often, using the outlines with anti-aliasing looks more "beautiful".
|
||||
# But using the embedded bitmaps is often better readable.
|
||||
# It is a matter of taste, decide by yourself which style you prefer.
|
||||
#
|
||||
USE_EMBEDDED_BITMAPS="yes"
|
||||
|
||||
## Path: Desktop
|
||||
## Description: Display font configuration
|
||||
## Type: string
|
||||
## Default: ja:ko:zh-CN:zh-TW:zh-HK:zh-SG
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# You can limit the use of embedded bitmaps only to fonts which support certain
|
||||
# languages. To do this set this variable to a colon separated list of languages.
|
||||
# The spelling of the languages is the same as used by fontconfig.
|
||||
# For example, if you want to use embedded bitmaps only in fonts supporting
|
||||
# Japanese or simplified Chinese, you can set this variable to "ja:zh-CN".
|
||||
# If you want to use embedded bitmaps for *all* languages, set this variable
|
||||
# to the empty string "" or to "no".
|
||||
#
|
||||
EMBEDDED_BITMAPS_LANGUAGES="ja:ko:zh-CN:zh-TW:zh-HK:zh-SG"
|
||||
|
||||
## Path: Desktop
|
||||
## Description: Display font configuration
|
||||
## Type: string
|
||||
## Default: ""
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Colon-separated list of prefered sans families. Most prefered family first.
|
||||
#
|
||||
# Empty string means 'system default'. Following example will convince your
|
||||
# system to use CFF fonts (if at least one of them installed). See
|
||||
# http://fontinfo.opensuse.org/fontformats.html for details.
|
||||
#
|
||||
# PREFER_SANS_FAMILIES="Source Sans Pro:CMU Sans Serif:CMU Bright:Linux Biolinum O:Latin Modern Sans"
|
||||
#
|
||||
# Other example gives the preference to bitmap fonts for various scripts.
|
||||
#
|
||||
# PREFER_SANS_FAMILIES="Adobe Helvetica:B&H Lucida:Efont Biwidth:Efont Fixed:Efont Fixed Wide:Arabic Newspaper:Gnu Unifont:WenQuanYi WenQuanYi Bitmap Song"
|
||||
#
|
||||
PREFER_SANS_FAMILIES=""
|
||||
|
||||
## Path: Desktop
|
||||
## Description: Display font configuration
|
||||
## Type: string
|
||||
## Default: ""
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Colon-separated list of prefered serif families. Most prefered family first.
|
||||
#
|
||||
# Empty string means 'system default'. Following example will convince your
|
||||
# system to use CFF fonts (if at least one of them installed). See
|
||||
# http://fontinfo.opensuse.org/fontformats.html for details.
|
||||
#
|
||||
# PREFER_SERIF_FAMILIES="Source Serif Pro:CMU Serif:CMU Serif Extra:Linux Libertine O:Crimson:Old Standard:Rachana:Latin Modern Roman"
|
||||
#
|
||||
# Other example gives the preference to bitmap fonts for various scripts.
|
||||
#
|
||||
# PREFER_SERIF_FAMILIES="Adobe Times:Adobe New Century Schoolbook:Adobe Utopia:B&H LucidaBright:MUTT ClearlyU Wide:MUTT ClearlyU PUA:MUTT ClearlyU Alternate Glyphs Wide"
|
||||
#
|
||||
PREFER_SERIF_FAMILIES=""
|
||||
|
||||
## Path: Desktop
|
||||
## Description: Display font configuration
|
||||
## Type: string
|
||||
## Default: ""
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Colon-separated list of prefered sans families. Most prefered family first.
|
||||
#
|
||||
# Empty string means 'system default'. Following example will convince your
|
||||
# system to use CFF fonts (if at least one of them installed). See
|
||||
# http://fontinfo.opensuse.org/fontformats.html for details.
|
||||
#
|
||||
# PREFER_MONO_FAMILIES="Source Code Pro:CMU Typewriter Text:Linux Libertine Mono O:Tempora:Latin Modern Mono:Latin Modern Mono Light"
|
||||
#
|
||||
# Other example gives the preference to bitmap fonts for various scripts.
|
||||
#
|
||||
# PREFER_MONO_FAMILIES="Adobe Courier:B&H LucidaTypewriter:Efont Fixed:Efont Fixed Wide:Gnu Unifont Mono:Misc Fixed:Misc Fixed Wide:Schumacher Clean:xos4 Terminus:WenQuanYi WenQuanYi Bitmap Song"
|
||||
#
|
||||
PREFER_MONO_FAMILIES=""
|
||||
|
||||
## Path: Desktop
|
||||
## Description: Display font configuration
|
||||
## Type: yesno
|
||||
## Default: yes
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Perform metric substitutions.
|
||||
#
|
||||
# When set to yes, value of PREFER_*_FAMILIES can be overriden when document
|
||||
# or GUI is requesting metric compatible font as defined
|
||||
# in /etc/fonts/conf.d/30-metric-aliases.conf,
|
||||
# e. g. request to Courier New will get Liberation Mono even if
|
||||
# other family is explicitely prefered by PREFER_MONO_FAMILIES
|
||||
# (hint, that's because binding="same" in that fontconfig)
|
||||
#
|
||||
# You can change this default behaviour with "no", but be careful with that.
|
||||
# Metric compatibility means that every glyph, say 'A', has the same width
|
||||
# and height in both fonts, so document should have same line wraps for
|
||||
# example.
|
||||
#
|
||||
SEARCH_METRIC_COMPATIBLE="yes"
|
||||
|
||||
## Path: Desktop
|
||||
## Description: Display font configuration
|
||||
## Type: yesno
|
||||
## Default: yes
|
||||
## Command: /usr/sbin/fonts-config
|
||||
#
|
||||
# Strongly prefer of families in FPL.
|
||||
#
|
||||
# Brute-force preference of families listed in PREFER_*_FAMILIES. This
|
||||
# overrides not only other preference lists, but also document (incl.
|
||||
# webfonts) and even _user_ _selection_ of the family.
|
||||
#
|
||||
# Set to "yes" when you really don't want to see other fonts
|
||||
# than listed in preference lists. Other fonts are used only if
|
||||
# families from FPLs do not cover requested charset.
|
||||
#
|
||||
FORCE_FAMILY_PREFERENCE_LISTS="no"
|
||||
|
||||
## Path: Desktop
|
||||
## Description: Display font configuration
|
||||
## Type: yesno
|
||||
## Default: yes
|
||||
#
|
||||
# generate TTCap entries in fonts.dir, which can be used by
|
||||
# xtt/freetype font module
|
||||
#
|
||||
GENERATE_TTCAP_ENTRIES="yes"
|
||||
|
||||
## Path: Desktop
|
||||
## Description: Display font configuration
|
||||
## Type: yesno
|
||||
## Default: yes
|
||||
#
|
||||
# generate font setup for Java 1.4.x and Java 1.5.x
|
||||
#
|
||||
GENERATE_JAVA_FONT_SETUP="yes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user