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