Initial commit.

This commit is contained in:
2021-05-24 22:18:33 +03:00
commit e2954d55f4
3701 changed files with 330017 additions and 0 deletions

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/10-hinting-slight.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-sans-mono.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/20-unhint-small-vera.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/25-unhint-nonlatin.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/30-metric-aliases.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/31-cantarell.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/40-nonlatin.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/45-generic.conf

1
fonts/conf.d/45-latin.conf Symbolic link
View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/45-latin.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/49-sansserif.conf

1
fonts/conf.d/50-user.conf Symbolic link
View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/50-user.conf

1
fonts/conf.d/51-local.conf Symbolic link
View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/51-local.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/57-dejavu-sans-mono.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/60-generic.conf

1
fonts/conf.d/60-latin.conf Symbolic link
View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/60-latin.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/61-urw-bookman.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/61-urw-c059.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/61-urw-d050000l.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/61-urw-fallback-backwards.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/61-urw-gothic.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/61-urw-nimbus-mono-ps.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/61-urw-nimbus-roman.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/61-urw-nimbus-sans.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/61-urw-p052.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/61-urw-standard-symbols-ps.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/61-urw-z003.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/65-fonts-persian.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/65-google-droid-sans.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/65-nonlatin.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/69-unifont.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/80-delicious.conf

View File

@@ -0,0 +1 @@
/usr/share/fontconfig/conf.avail/90-synthetic.conf

23
fonts/conf.d/README Normal file
View File

@@ -0,0 +1,23 @@
conf.d/README
Each file in this directory is a fontconfig configuration file. Fontconfig
scans this directory, loading all files of the form [0-9][0-9]*.conf.
These files are normally installed in /usr/share/fontconfig/conf.avail
and then symlinked here, allowing them to be easily installed and then
enabled/disabled by adjusting the symlinks.
The files are loaded in numeric order, the structure of the configuration
has led to the following conventions in usage:
Files begining with: Contain:
00 through 09 Font directories
10 through 19 system rendering defaults (AA, etc)
20 through 29 font rendering options
30 through 39 family substitution
40 through 49 generic identification, map family->generic
50 through 59 alternate config file loading
60 through 69 generic aliases, map generic->family
70 through 79 select font (adjust which fonts are available)
80 through 89 match target="scan" (modify scanned patterns)
90 through 99 font synthesis

94
fonts/fonts.conf Normal file
View File

@@ -0,0 +1,94 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/fonts.conf file to configure system font access -->
<fontconfig>
<its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
<its:translateRule translate="no" selector="/fontconfig/*[not(self::description)]"/>
</its:rules>
<description>Default configuration file</description>
<!--
DO NOT EDIT THIS FILE.
IT WILL BE REPLACED WHEN FONTCONFIG IS UPDATED.
LOCAL CHANGES BELONG IN 'local.conf'.
The intent of this standard configuration file is to be adequate for
most environments. If you have a reasonably normal environment and
have found problems with this configuration, they are probably
things that others will also want fixed. Please submit any
problems to the fontconfig bugzilla system located at fontconfig.org
Note that the normal 'make install' procedure for fontconfig is to
replace any existing fonts.conf file with the new version. Place
any local customizations in local.conf which this file references.
Keith Packard
-->
<!-- Font directory list -->
<dir>/usr/share/fonts</dir>
<dir>/usr/share/X11/fonts/Type1</dir> <dir>/usr/share/X11/fonts/TTF</dir> <dir>/usr/local/share/fonts</dir>
<dir prefix="xdg">fonts</dir>
<!-- the following element will be removed in the future -->
<dir>~/.fonts</dir>
<!--
Accept deprecated 'mono' alias, replacing it with 'monospace'
-->
<match target="pattern">
<test qual="any" name="family">
<string>mono</string>
</test>
<edit name="family" mode="assign" binding="same">
<string>monospace</string>
</edit>
</match>
<!--
Accept alternate 'sans serif' spelling, replacing it with 'sans-serif'
-->
<match target="pattern">
<test qual="any" name="family">
<string>sans serif</string>
</test>
<edit name="family" mode="assign" binding="same">
<string>sans-serif</string>
</edit>
</match>
<!--
Accept deprecated 'sans' alias, replacing it with 'sans-serif'
-->
<match target="pattern">
<test qual="any" name="family">
<string>sans</string>
</test>
<edit name="family" mode="assign" binding="same">
<string>sans-serif</string>
</edit>
</match>
<!--
Load local system customization file
-->
<include ignore_missing="yes">conf.d</include>
<!-- Font cache directory list -->
<cachedir>/usr/lib/fontconfig/cache</cachedir>
<cachedir prefix="xdg">fontconfig</cachedir>
<!-- the following element will be removed in the future -->
<cachedir>~/.fontconfig</cachedir>
<config>
<!--
Rescan configuration every 30 seconds when FcFontSetList is called
-->
<rescan>
<int>30</int>
</rescan>
</config>
</fontconfig>