-
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
937 changed files
with
6,838 additions
and
1,338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
26 changes: 26 additions & 0 deletions
26
gtk-nsis-pack/etc/fonts/conf.avail/20-unhint-small-dejavu-sans-mono.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> | ||
<fontconfig> | ||
<!-- /etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf | ||
Disable hinting manually at smaller sizes (< 8ppem) | ||
This is a copy of the Bistream Vera fonts fonts rule, as DejaVu is | ||
derived from Vera. | ||
The Bistream Vera fonts have GASP entries suggesting that hinting be | ||
disabled below 8 ppem, but FreeType ignores those, preferring to use | ||
the data found in the instructed hints. The initial Vera release | ||
didn't include the right instructions in the 'prep' table. | ||
--> | ||
<match target="font"> | ||
<test name="family"> | ||
<string>DejaVu Sans Mono</string> | ||
</test> | ||
<test compare="less" name="pixelsize"> | ||
<double>7.5</double> | ||
</test> | ||
<edit name="hinting"> | ||
<bool>false</bool> | ||
</edit> | ||
</match> | ||
</fontconfig> |
26 changes: 26 additions & 0 deletions
26
gtk-nsis-pack/etc/fonts/conf.avail/20-unhint-small-dejavu-sans.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> | ||
<fontconfig> | ||
<!-- /etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf | ||
Disable hinting manually at smaller sizes (< 8ppem) | ||
This is a copy of the Bistream Vera fonts fonts rule, as DejaVu is | ||
derived from Vera. | ||
The Bistream Vera fonts have GASP entries suggesting that hinting be | ||
disabled below 8 ppem, but FreeType ignores those, preferring to use | ||
the data found in the instructed hints. The initial Vera release | ||
didn't include the right instructions in the 'prep' table. | ||
--> | ||
<match target="font"> | ||
<test name="family"> | ||
<string>DejaVu Sans</string> | ||
</test> | ||
<test compare="less" name="pixelsize"> | ||
<double>7.5</double> | ||
</test> | ||
<edit name="hinting"> | ||
<bool>false</bool> | ||
</edit> | ||
</match> | ||
</fontconfig> |
26 changes: 26 additions & 0 deletions
26
gtk-nsis-pack/etc/fonts/conf.avail/20-unhint-small-dejavu-serif.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> | ||
<fontconfig> | ||
<!-- /etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf | ||
Disable hinting manually at smaller sizes (< 8ppem) | ||
This is a copy of the Bistream Vera fonts fonts rule, as DejaVu is | ||
derived from Vera. | ||
The Bistream Vera fonts have GASP entries suggesting that hinting be | ||
disabled below 8 ppem, but FreeType ignores those, preferring to use | ||
the data found in the instructed hints. The initial Vera release | ||
didn't include the right instructions in the 'prep' table. | ||
--> | ||
<match target="font"> | ||
<test name="family"> | ||
<string>DejaVu Serif</string> | ||
</test> | ||
<test compare="less" name="pixelsize"> | ||
<double>7.5</double> | ||
</test> | ||
<edit name="hinting"> | ||
<bool>false</bool> | ||
</edit> | ||
</match> | ||
</fontconfig> |
48 changes: 48 additions & 0 deletions
48
gtk-nsis-pack/etc/fonts/conf.avail/57-dejavu-sans-mono.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> | ||
<!-- /etc/fonts/conf.d/57-dejavu-sans-mono.conf | ||
Define aliasing and other fontconfig settings for | ||
DejaVu Sans Mono. | ||
© 2006-2008 Nicolas Mailhot <nicolas.mailhot at laposte.net> | ||
--> | ||
<fontconfig> | ||
<!-- Font substitution rules --> | ||
<alias binding="same"> | ||
<family>Bepa Mono</family> | ||
<accept> | ||
<family>DejaVu Sans Mono</family> | ||
</accept> | ||
</alias> | ||
<alias binding="same"> | ||
<family>Bitstream Prima Sans Mono</family> | ||
<accept> | ||
<family>DejaVu Sans Mono</family> | ||
</accept> | ||
</alias> | ||
<alias binding="same"> | ||
<family>Bitstream Vera Sans Mono</family> | ||
<accept> | ||
<family>DejaVu Sans Mono</family> | ||
</accept> | ||
</alias> | ||
<alias binding="same"> | ||
<family>DejaVu LGC Sans Mono</family> | ||
<accept> | ||
<family>DejaVu Sans Mono</family> | ||
</accept> | ||
</alias> | ||
<alias binding="same"> | ||
<family>Olwen Sans Mono</family> | ||
<accept> | ||
<family>DejaVu Sans Mono</family> | ||
</accept> | ||
</alias> | ||
<alias binding="same"> | ||
<family>SUSE Sans Mono</family> | ||
<accept> | ||
<family>DejaVu Sans Mono</family> | ||
</accept> | ||
</alias> | ||
</fontconfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> | ||
<!-- /etc/fonts/conf.d/57-dejavu-sans.conf | ||
Define aliasing and other fontconfig settings for | ||
DejaVu Sans. | ||
© 2006-2008 Nicolas Mailhot <nicolas.mailhot at laposte.net> | ||
--> | ||
<fontconfig> | ||
<!-- Font substitution rules --> | ||
<alias binding="same"> | ||
<family>Arev Sans</family> | ||
<accept> | ||
<family>DejaVu Sans</family> | ||
</accept> | ||
</alias> | ||
<alias binding="same"> | ||
<family>Bepa</family> | ||
<accept> | ||
<family>DejaVu Sans</family> | ||
</accept> | ||
</alias> | ||
<alias binding="same"> | ||
<family>Bitstream Prima Sans</family> | ||
<accept> | ||
<family>DejaVu Sans</family> | ||
</accept> | ||
</alias> | ||
<alias binding="same"> | ||
<family>Bitstream Vera Sans</family> | ||
<accept> | ||
<family>DejaVu Sans</family> | ||
</accept> | ||
</alias> | ||
<alias binding="same"> | ||
<family>DejaVu LGC Sans</family> | ||
<accept> | ||
<family>DejaVu Sans</family> | ||
</accept> | ||
</alias> | ||
<alias binding="same"> | ||
<family>Hunky Sans</family> | ||
<accept> | ||
<family>DejaVu Sans</family> | ||
</accept> | ||
</alias> | ||
<alias binding="same"> | ||
<family>Olwen Sans</family> | ||
<accept> | ||
<family>DejaVu Sans</family> | ||
</accept> | ||
</alias> | ||
<alias binding="same"> | ||
<family>SUSE Sans</family> | ||
<accept> | ||
<family>DejaVu Sans</family> | ||
</accept> | ||
</alias> | ||
<alias binding="same"> | ||
<family>Verajja</family> | ||
<accept> | ||
<family>DejaVu Sans</family> | ||
</accept> | ||
</alias> | ||
<!-- In case VerajjaPDA stops declaring itself as Verajja --> | ||
<alias binding="same"> | ||
<family>VerajjaPDA</family> | ||
<accept> | ||
<family>DejaVu Sans</family> | ||
</accept> | ||
</alias> | ||
</fontconfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE fontconfig SYSTEM "../fonts.dtd"> | ||
<!-- /etc/fonts/conf.d/57-dejavu-serif.conf | ||
Define aliasing and other fontconfig settings for | ||
DejaVu Serif. | ||
© 2006-2008 Nicolas Mailhot <nicolas.mailhot at laposte.net> | ||
--> | ||
<fontconfig> | ||
<!-- Font substitution rules --> | ||
<alias binding="same"> | ||
<family>Bitstream Prima Serif</family> | ||
<accept> | ||
<family>DejaVu Serif</family> | ||
</accept> | ||
</alias> | ||
<alias binding="same"> | ||
<family>Bitstream Vera Serif</family> | ||
<accept> | ||
<family>DejaVu Serif</family> | ||
</accept> | ||
</alias> | ||
<alias binding="same"> | ||
<family>DejaVu LGC Serif</family> | ||
<accept> | ||
<family>DejaVu Serif</family> | ||
</accept> | ||
</alias> | ||
<alias binding="same"> | ||
<family>Hunky Serif</family> | ||
<accept> | ||
<family>DejaVu Serif</family> | ||
</accept> | ||
</alias> | ||
<alias binding="same"> | ||
<family>Olwen Serif</family> | ||
<accept> | ||
<family>DejaVu Serif</family> | ||
</accept> | ||
</alias> | ||
<alias binding="same"> | ||
<family>SUSE Serif</family> | ||
<accept> | ||
<family>DejaVu Serif</family> | ||
</accept> | ||
</alias> | ||
<!-- In case Verajja Serif stops declaring itself as DejaVu Serif --> | ||
<alias binding="same"> | ||
<family>Verajja Serif</family> | ||
<accept> | ||
<family>DejaVu Serif</family> | ||
</accept> | ||
</alias> | ||
</fontconfig> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | ||
<fontconfig> | ||
<!-- Generic name aliasing --> | ||
<alias> | ||
<family>serif</family> | ||
<prefer> | ||
<family>URW Bookman</family> | ||
</prefer> | ||
</alias> | ||
|
||
<!-- Generic name assignment --> | ||
<alias> | ||
<family>URW Bookman</family> | ||
<default> | ||
<family>serif</family> | ||
</default> | ||
</alias> | ||
|
||
<!-- Original PostScript base font mapping --> | ||
<alias binding="same"> | ||
<family>URW Bookman</family> | ||
<default> | ||
<family>ITC Bookman</family> | ||
</default> | ||
</alias> | ||
|
||
<!-- Font substitution rules --> | ||
<alias binding="same"> | ||
<family>ITC Bookman</family> | ||
<accept> | ||
<family>URW Bookman</family> | ||
</accept> | ||
</alias> | ||
|
||
<alias binding="same"> | ||
<family>Bookman Old Style</family> | ||
<accept> | ||
<family>URW Bookman</family> | ||
</accept> | ||
</alias> | ||
|
||
<alias binding="same"> | ||
<family>TeX Gyre Bonum</family> | ||
<accept> | ||
<family>URW Bookman</family> | ||
</accept> | ||
</alias> | ||
</fontconfig> |
Oops, something went wrong.