From: Behdad Esfahbod Date: Mon, 5 Nov 2007 21:36:55 +0000 (-0500) Subject: Split 40-generic.conf into 40-nonlatin.conf and 45-latin.conf X-Git-Tag: 2.4.92~10 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=4b51f173c99152586db26b03752873a4b4020672 Split 40-generic.conf into 40-nonlatin.conf and 45-latin.conf --- diff --git a/conf.d/40-generic.conf b/conf.d/40-generic.conf deleted file mode 100644 index 3746714..0000000 --- a/conf.d/40-generic.conf +++ /dev/null @@ -1,80 +0,0 @@ - - - - - - - - Bitstream Vera Serif - DejaVu Serif - Liberation Serif - Times New Roman - Times - Nimbus Roman No9 L - Luxi Serif - Thorndale AMT - Thorndale - Kochi Mincho - AR PL SungtiL GB - AR PL Mingti2L Big5 - MS 明朝 - Baekmuk Batang - MgOpen Canonica - Sazanami Mincho - AR PL ZenKai Uni - ZYSong18030 - FreeSerif - serif - - - - Bitstream Vera Sans - DejaVu Sans - Liberation Sans - Arial - Helvetica - Verdana - Albany AMT - Albany - Nimbus Sans L - Luxi Sans - Kochi Gothic - AR PL KaitiM GB - AR PL KaitiM Big5 - MS ゴシック - Baekmuk Dotum - SimSun - MgOpen Modata - Sazanami Gothic - AR PL ShanHeiSun Uni - ZYSong18030 - FreeSans - sans-serif - - - - Bitstream Vera Sans Mono - DejaVu Sans Mono - Liberation Mono - Courier New - Courier - Andale Mono - Luxi Mono - Cumberland AMT - Cumberland - Nimbus Mono L - NSimSun - ZYSong18030 - FreeMono - monospace - - diff --git a/conf.d/40-nonlatin.conf b/conf.d/40-nonlatin.conf new file mode 100644 index 0000000..5f64169 --- /dev/null +++ b/conf.d/40-nonlatin.conf @@ -0,0 +1,51 @@ + + + + + + + + Kochi Mincho + AR PL SungtiL GB + AR PL Mingti2L Big5 + MS 明朝 + Baekmuk Batang + MgOpen Canonica + Sazanami Mincho + AR PL ZenKai Uni + ZYSong18030 + FreeSerif + serif + + + + Kochi Gothic + AR PL KaitiM GB + AR PL KaitiM Big5 + MS ゴシック + Baekmuk Dotum + SimSun + MgOpen Modata + Sazanami Gothic + AR PL ShanHeiSun Uni + ZYSong18030 + FreeSans + sans-serif + + + + NSimSun + ZYSong18030 + FreeMono + monospace + + diff --git a/conf.d/45-latin.conf b/conf.d/45-latin.conf new file mode 100644 index 0000000..83b2ac2 --- /dev/null +++ b/conf.d/45-latin.conf @@ -0,0 +1,56 @@ + + + + + + + + Bitstream Vera Serif + DejaVu Serif + Liberation Serif + Times New Roman + Times + Nimbus Roman No9 L + Luxi Serif + Thorndale AMT + Thorndale + serif + + + + Bitstream Vera Sans + DejaVu Sans + Liberation Sans + Arial + Helvetica + Verdana + Albany AMT + Albany + Nimbus Sans L + Luxi Sans + sans-serif + + + + Bitstream Vera Sans Mono + DejaVu Sans Mono + Liberation Mono + Courier New + Courier + Andale Mono + Luxi Mono + Cumberland AMT + Cumberland + Nimbus Mono L + monospace + + diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am index 06c6014..e9360e0 100644 --- a/conf.d/Makefile.am +++ b/conf.d/Makefile.am @@ -36,7 +36,8 @@ CONF_FILES = \ 25-unhint-nonlatin.conf \ 30-urw-aliases.conf \ 30-metric-aliases.conf - 40-generic.conf \ + 40-nonlatin.conf \ + 45-latin.conf \ 49-sansserif.conf \ 50-user.conf \ 51-local.conf \ @@ -56,7 +57,8 @@ CONF_LINKS = \ 25-unhint-nonlatin.conf \ 30-urw-aliases.conf \ 30-metric-aliases.conf - 40-generic.conf \ + 40-nonlatin.conf \ + 45-latin.conf \ 49-sansserif.conf \ 50-user.conf \ 51-local.conf \ diff --git a/conf.d/README b/conf.d/README index de2be26..b5b3b32 100644 --- a/conf.d/README +++ b/conf.d/README @@ -29,12 +29,13 @@ has led to the following conventions in usage: 30-urw-aliases.conf 30-metric-aliases.conf 40 through 49 generic identification, map family->generic - 40-generic-id.conf + 40-nonlatin.conf + 45-latin.conf 49-sansserif.conf 50 through 59 alternate config file loading 50-user.conf Load ~/.fonts.conf 51-local.conf Load local.conf - 60 through 69 generic aliases + 60 through 69 generic aliases, map generic->family 60-latin.conf 65-fonts-persian.conf 65-nonlatin.conf