Petr Gajdos
9ede7a3f35
- updated to 20140226: * FORCE_{SANS,SERIF,MONO}_PREFERENCE replaced by SEARCH_METRIC_COMPATIBLE - updated to 20140225: * introduced FORCE_{SANS,SERIF,MONO}_PREFERENCE - updated to 20140224: * add example of family preference: CFF fonts - updated to 20140222: * don't use autohinter for CFF files * hinstlight for CFF files - updated to 20140221 * added 31-metric-aliases-bw.conf - updated to 20140219 - revorked package, fontconfig configuration based on infinality one - added patches: * fontconfig-infinality-main.patch (remove parts of original 52-infinality.conf) OBS-URL: https://build.opensuse.org/request/show/224056 OBS-URL: https://build.opensuse.org/package/show/M17N/fonts-config?expand=0&rev=38
63 lines
2.1 KiB
XML
63 lines
2.1 KiB
XML
<?xml version='1.0'?>
|
|
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
|
|
|
|
<!-- DO NOT EDIT; this is a generated file -->
|
|
<!-- modify /etc/sysconfig/fonts-config && run fonts-config 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_
|
|
|
|
</fontconfig>
|
|
|