From: Keith Packard Date: Sun, 10 Sep 2006 04:32:14 +0000 (-0700) Subject: Split much of the configuration into separate files. Renumber files X-Git-Tag: 2.4.0~1 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=6c5619a08575943f75d2341e1a4931ec5faf716b Split much of the configuration into separate files. Renumber files Most of the remaining elements in fonts.conf have been moved to separate files. The numbering scheme for conf.d files has been documented in the README and the files have been renumbered. Config files have been validated against the DTD and a few minor errors fixed. --- diff --git a/conf.d/10-autohint.conf b/conf.d/10-autohint.conf new file mode 100644 index 0000000..5406f4e --- /dev/null +++ b/conf.d/10-autohint.conf @@ -0,0 +1,9 @@ + + + + + + + true + + diff --git a/conf.d/10-no-sub-pixel.conf b/conf.d/10-no-sub-pixel.conf new file mode 100644 index 0000000..5d64a0b --- /dev/null +++ b/conf.d/10-no-sub-pixel.conf @@ -0,0 +1,9 @@ + + + + + + + none + + diff --git a/conf.d/10-sub-pixel-bgr.conf b/conf.d/10-sub-pixel-bgr.conf new file mode 100644 index 0000000..2aba95e --- /dev/null +++ b/conf.d/10-sub-pixel-bgr.conf @@ -0,0 +1,9 @@ + + + + + + + bgr + + diff --git a/conf.d/10-sub-pixel-rgb.conf b/conf.d/10-sub-pixel-rgb.conf new file mode 100644 index 0000000..c4e8a42 --- /dev/null +++ b/conf.d/10-sub-pixel-rgb.conf @@ -0,0 +1,9 @@ + + + + + + + rgb + + diff --git a/conf.d/10-sub-pixel-vbgr.conf b/conf.d/10-sub-pixel-vbgr.conf new file mode 100644 index 0000000..0cdad2a --- /dev/null +++ b/conf.d/10-sub-pixel-vbgr.conf @@ -0,0 +1,9 @@ + + + + + + + vbgr + + diff --git a/conf.d/10-sub-pixel-vrgb.conf b/conf.d/10-sub-pixel-vrgb.conf new file mode 100644 index 0000000..60239e0 --- /dev/null +++ b/conf.d/10-sub-pixel-vrgb.conf @@ -0,0 +1,9 @@ + + + + + + + vrgb + + diff --git a/conf.d/10-unhinted.conf b/conf.d/10-unhinted.conf new file mode 100644 index 0000000..fb0b375 --- /dev/null +++ b/conf.d/10-unhinted.conf @@ -0,0 +1,9 @@ + + + + + + + false + + diff --git a/conf.d/10-urw-aliases.conf b/conf.d/10-urw-aliases.conf deleted file mode 100644 index 10e6ce9..0000000 --- a/conf.d/10-urw-aliases.conf +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - Avant Garde - URW Gothic L - - - Bookman - URW Bookman L - - - Courier - Nimbus Mono L - - - Helvetica - Nimbus Sans L - - - New Century Schoolbook - Century Schoolbook L - - - Palatino - URW Palladio L - - - Times - Nimbus Roman No9 L - - - Zapf Chancery - URW Chancery L - - - Zapf Dingbats - Dingbats - - - - Symbol - - - Standard Symbols L - - - diff --git a/conf.d/15-amt-aliases.conf b/conf.d/15-amt-aliases.conf deleted file mode 100644 index d6df67e..0000000 --- a/conf.d/15-amt-aliases.conf +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - Times New Roman - Thorndale AMT - - - Arial - Albany AMT - - - Courier New - Cumberland AMT - - diff --git a/conf.d/20-lohit-gujarati.conf b/conf.d/20-lohit-gujarati.conf new file mode 100644 index 0000000..1c29d0d --- /dev/null +++ b/conf.d/20-lohit-gujarati.conf @@ -0,0 +1,11 @@ + + + + + + + + Lohit Gujarati + false + + diff --git a/conf.d/20-unhint-small-vera.conf b/conf.d/20-unhint-small-vera.conf new file mode 100644 index 0000000..3078119 --- /dev/null +++ b/conf.d/20-unhint-small-vera.conf @@ -0,0 +1,49 @@ + + + + + + + + + Bitstream Vera Sans + + + 7.5 + + + false + + + + + + Bitstream Vera Serif + + + 7.5 + + + false + + + + + + Bitstream Vera Sans Mono + + + 7.5 + + + false + + + + diff --git a/conf.d/30-amt-aliases.conf b/conf.d/30-amt-aliases.conf new file mode 100644 index 0000000..d6df67e --- /dev/null +++ b/conf.d/30-amt-aliases.conf @@ -0,0 +1,21 @@ + + + + + + + Times New Roman + Thorndale AMT + + + Arial + Albany AMT + + + Courier New + Cumberland AMT + + diff --git a/conf.d/30-unhint-small-vera.conf b/conf.d/30-unhint-small-vera.conf deleted file mode 100644 index 3078119..0000000 --- a/conf.d/30-unhint-small-vera.conf +++ /dev/null @@ -1,49 +0,0 @@ - - - - - - - - - Bitstream Vera Sans - - - 7.5 - - - false - - - - - - Bitstream Vera Serif - - - 7.5 - - - false - - - - - - Bitstream Vera Sans Mono - - - 7.5 - - - false - - - - diff --git a/conf.d/30-urw-aliases.conf b/conf.d/30-urw-aliases.conf new file mode 100644 index 0000000..cf90dd5 --- /dev/null +++ b/conf.d/30-urw-aliases.conf @@ -0,0 +1,52 @@ + + + + + + + Avant Garde + URW Gothic L + + + Bookman + URW Bookman L + + + Courier + Nimbus Mono L + + + Helvetica + Nimbus Sans L + + + New Century Schoolbook + Century Schoolbook L + + + Palatino + URW Palladio L + + + Times + Nimbus Roman No9 L + + + Zapf Chancery + URW Chancery L + + + Zapf Dingbats + Dingbats + + + + Symbol + + + Standard Symbols L + + + diff --git a/conf.d/40-generic.conf b/conf.d/40-generic.conf new file mode 100644 index 0000000..84e85e4 --- /dev/null +++ b/conf.d/40-generic.conf @@ -0,0 +1,66 @@ + + + + + + + + Bitstream Vera Serif + DejaVu Serif + Times New Roman + Times + Nimbus Roman No9 L + Luxi Serif + Kochi Mincho + AR PL SungtiL GB + AR PL Mingti2L Big5 + MS 明朝 + Baekmuk Batang + FreeSerif + MgOpen Canonica + serif + + + + Bitstream Vera Sans + DejaVu Sans + Helvetica + Arial + Verdana + Albany AMT + Nimbus Sans L + Luxi Sans + Kochi Gothic + AR PL KaitiM GB + AR PL KaitiM Big5 + MS ゴシック + Baekmuk Dotum + SimSun + FreeSans + MgOpen Modata + sans-serif + + + + Bitstream Vera Sans Mono + DejaVu Sans Mono + Courier + Courier New + Andale Mono + Luxi Mono + Cumberland AMT + Nimbus Mono L + NSimSun + FreeMono + monospace + + diff --git a/conf.d/49-sansserif.conf b/conf.d/49-sansserif.conf new file mode 100644 index 0000000..c6209a7 --- /dev/null +++ b/conf.d/49-sansserif.conf @@ -0,0 +1,21 @@ + + + + + + + sans-serif + + + serif + + + monospace + + + sans-serif + + + diff --git a/conf.d/60-LohitGujarati.conf b/conf.d/60-LohitGujarati.conf deleted file mode 100644 index eb51f86..0000000 --- a/conf.d/60-LohitGujarati.conf +++ /dev/null @@ -1,5 +0,0 @@ - - - Lohit Gujarati - false - \ No newline at end of file diff --git a/conf.d/60-delicious.conf b/conf.d/60-delicious.conf deleted file mode 100644 index 701429b..0000000 --- a/conf.d/60-delicious.conf +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - Delicious - - - Heavy - - - heavy - - - - diff --git a/conf.d/60-fonts-persian.conf b/conf.d/60-fonts-persian.conf deleted file mode 100644 index e30c4d9..0000000 --- a/conf.d/60-fonts-persian.conf +++ /dev/null @@ -1,539 +0,0 @@ - - - - - - - - - - - - - - - - Nesf - - - Nesf2 - - - - - Nesf2 - - - Persian_sansserif_default - - - - - - - - - - - - Nazanin - - - Nazli - - - - - Lotus - - - Lotoos - - - - - - - Yaqut - - - Yaghoot - - - - - Yagut - - - Yaghoot - - - - - Yaghut - - - Yaghoot - - - - - Traffic - - - Terafik - - - - - Ferdowsi - - - Ferdosi - - - - - Fantezy - - - Fantezi - - - - - - - - - - Jadid - - - Persian_title - - - - - Titr - - - Persian_title - - - - - - - Kamran - - - Homa - - - Persian_fantasy - - - - - Homa - - - Kamran - - - Persian_fantasy - - - - - Fantezi - - - Persian_fantasy - - - - - Tabassom - - - Persian_fantasy - - - - - - - Arshia - - - Persian_square - - - - - Nasim - - - Persian_square - - - - - Elham - - - Farnaz - - - Persian_square - - - - - Farnaz - - - Elham - - - Persian_square - - - - - Sina - - - Persian_square - - - - - - - - - Persian_title - - - Persian_serif - - - Jadid - - - Titr - - - - - - - Persian_fantasy - - - Persian_square - - - Tabassom - - - Fantezi - - - Kamran - - - Homa - - - - - - - Persian_square - - - Persian_serif - - - Sina - - - Nasim - - - Farnaz - - - Elham - - - Arshia - - - - - - - - Elham - - - farsiweb - - - - - - Homa - - - farsiweb - - - - - - Koodak - - - farsiweb - - - - - - Nazli - - - farsiweb - - - - - - Roya - - - farsiweb - - - - - - Terafik - - - farsiweb - - - - - - Titr - - - farsiweb - - - - - - - - - - TURNED-OFF - - - farsiweb - - - - roman - - - - roman - - - - - matrix - 1-0.2 - 01 - - - - - - oblique - - - - - - - - - farsiweb - - - false - - - false - - - false - - - - - - - - - serif - - Nazli - Lotoos - Mitra - Ferdosi - Badr - Zar - - - - - - sans-serif - - Roya - Koodak - Terafik - - - - - - monospace - - - Terafik - - - - - - - - - - serif - - - 200 - - - 24 - - - Titr - - - - - - - sans-serif - - - 200 - - - 24 - - - Titr - - - - - - - Persian_sansserif_default - - - 200 - - - 24 - - - Titr - - - - - - - - - Persian_sansserif_default - - - Roya - - - - diff --git a/conf.d/60-latin.conf b/conf.d/60-latin.conf new file mode 100644 index 0000000..06cdd7e --- /dev/null +++ b/conf.d/60-latin.conf @@ -0,0 +1,42 @@ + + + + + serif + + Bitstream Vera Serif + DejaVu Serif + Times New Roman + Thorndale AMT + Luxi Serif + Nimbus Roman No9 L + Times + + + + sans-serif + + Bitstream Vera Sans + DejaVu Sans + Verdana + Arial + Albany AMT + Luxi Sans + Nimbus Sans L + Helvetica + + + + monospace + + Bitstream Vera Sans Mono + DejaVu Sans Mono + Andale Mono + Courier New + Cumberland AMT + Luxi Mono + Nimbus Mono L + Courier + + + diff --git a/conf.d/65-fonts-persian.conf b/conf.d/65-fonts-persian.conf new file mode 100644 index 0000000..e30c4d9 --- /dev/null +++ b/conf.d/65-fonts-persian.conf @@ -0,0 +1,539 @@ + + + + + + + + + + + + + + + + Nesf + + + Nesf2 + + + + + Nesf2 + + + Persian_sansserif_default + + + + + + + + + + + + Nazanin + + + Nazli + + + + + Lotus + + + Lotoos + + + + + + + Yaqut + + + Yaghoot + + + + + Yagut + + + Yaghoot + + + + + Yaghut + + + Yaghoot + + + + + Traffic + + + Terafik + + + + + Ferdowsi + + + Ferdosi + + + + + Fantezy + + + Fantezi + + + + + + + + + + Jadid + + + Persian_title + + + + + Titr + + + Persian_title + + + + + + + Kamran + + + Homa + + + Persian_fantasy + + + + + Homa + + + Kamran + + + Persian_fantasy + + + + + Fantezi + + + Persian_fantasy + + + + + Tabassom + + + Persian_fantasy + + + + + + + Arshia + + + Persian_square + + + + + Nasim + + + Persian_square + + + + + Elham + + + Farnaz + + + Persian_square + + + + + Farnaz + + + Elham + + + Persian_square + + + + + Sina + + + Persian_square + + + + + + + + + Persian_title + + + Persian_serif + + + Jadid + + + Titr + + + + + + + Persian_fantasy + + + Persian_square + + + Tabassom + + + Fantezi + + + Kamran + + + Homa + + + + + + + Persian_square + + + Persian_serif + + + Sina + + + Nasim + + + Farnaz + + + Elham + + + Arshia + + + + + + + + Elham + + + farsiweb + + + + + + Homa + + + farsiweb + + + + + + Koodak + + + farsiweb + + + + + + Nazli + + + farsiweb + + + + + + Roya + + + farsiweb + + + + + + Terafik + + + farsiweb + + + + + + Titr + + + farsiweb + + + + + + + + + + TURNED-OFF + + + farsiweb + + + + roman + + + + roman + + + + + matrix + 1-0.2 + 01 + + + + + + oblique + + + + + + + + + farsiweb + + + false + + + false + + + false + + + + + + + + + serif + + Nazli + Lotoos + Mitra + Ferdosi + Badr + Zar + + + + + + sans-serif + + Roya + Koodak + Terafik + + + + + + monospace + + + Terafik + + + + + + + + + + serif + + + 200 + + + 24 + + + Titr + + + + + + + sans-serif + + + 200 + + + 24 + + + Titr + + + + + + + Persian_sansserif_default + + + 200 + + + 24 + + + Titr + + + + + + + + + Persian_sansserif_default + + + Roya + + + + diff --git a/conf.d/65-nonlatin.conf b/conf.d/65-nonlatin.conf new file mode 100644 index 0000000..f8dbb64 --- /dev/null +++ b/conf.d/65-nonlatin.conf @@ -0,0 +1,38 @@ + + + + + serif + + Frank Ruehl + MgOpen Canonica + Kochi Mincho + AR PL SungtiL GB + AR PL Mingti2L Big5 + MS 明朝 + Baekmuk Batang + + + + sans-serif + + Nachlieli + MgOpen Modata + Kochi Gothic + AR PL KaitiM GB + AR PL KaitiM Big5 + MS ゴシック + Baekmuk Dotum + SimSun + + + + monospace + + Miriam Mono + Kochi Gothic + AR PL KaitiM GB + Baekmuk Dotum + + + diff --git a/conf.d/69-unifont.conf b/conf.d/69-unifont.conf new file mode 100644 index 0000000..a784af9 --- /dev/null +++ b/conf.d/69-unifont.conf @@ -0,0 +1,24 @@ + + + + + serif + + FreeSerif + Code2000 + + + + sans-serif + + FreeSans + Arial Unicode MS + + + + monospace + + FreeMono + + + diff --git a/conf.d/70-no-bitmaps.conf b/conf.d/70-no-bitmaps.conf new file mode 100644 index 0000000..e8fb6a9 --- /dev/null +++ b/conf.d/70-no-bitmaps.conf @@ -0,0 +1,13 @@ + + + + + + + + + false + + + + diff --git a/conf.d/70-no-sub-pixel.conf b/conf.d/70-no-sub-pixel.conf deleted file mode 100644 index 5d64a0b..0000000 --- a/conf.d/70-no-sub-pixel.conf +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - none - - diff --git a/conf.d/70-sub-pixel-bgr.conf b/conf.d/70-sub-pixel-bgr.conf deleted file mode 100644 index 2aba95e..0000000 --- a/conf.d/70-sub-pixel-bgr.conf +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - bgr - - diff --git a/conf.d/70-sub-pixel-rgb.conf b/conf.d/70-sub-pixel-rgb.conf deleted file mode 100644 index c4e8a42..0000000 --- a/conf.d/70-sub-pixel-rgb.conf +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - rgb - - diff --git a/conf.d/70-sub-pixel-vbgr.conf b/conf.d/70-sub-pixel-vbgr.conf deleted file mode 100644 index 0cdad2a..0000000 --- a/conf.d/70-sub-pixel-vbgr.conf +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - vbgr - - diff --git a/conf.d/70-sub-pixel-vrgb.conf b/conf.d/70-sub-pixel-vrgb.conf deleted file mode 100644 index 60239e0..0000000 --- a/conf.d/70-sub-pixel-vrgb.conf +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - vrgb - - diff --git a/conf.d/70-yes-bitmaps.conf b/conf.d/70-yes-bitmaps.conf new file mode 100644 index 0000000..c539c70 --- /dev/null +++ b/conf.d/70-yes-bitmaps.conf @@ -0,0 +1,13 @@ + + + + + + + + + false + + + + diff --git a/conf.d/73-autohint.conf b/conf.d/73-autohint.conf deleted file mode 100644 index 5406f4e..0000000 --- a/conf.d/73-autohint.conf +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - true - - diff --git a/conf.d/73-unhinted.conf b/conf.d/73-unhinted.conf deleted file mode 100644 index fb0b375..0000000 --- a/conf.d/73-unhinted.conf +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - false - - diff --git a/conf.d/76-no-bitmaps.conf b/conf.d/76-no-bitmaps.conf deleted file mode 100644 index e8fb6a9..0000000 --- a/conf.d/76-no-bitmaps.conf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - false - - - - diff --git a/conf.d/76-yes-bitmaps.conf b/conf.d/76-yes-bitmaps.conf deleted file mode 100644 index c539c70..0000000 --- a/conf.d/76-yes-bitmaps.conf +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - false - - - - diff --git a/conf.d/80-delicious.conf b/conf.d/80-delicious.conf new file mode 100644 index 0000000..701429b --- /dev/null +++ b/conf.d/80-delicious.conf @@ -0,0 +1,20 @@ + + + + + + + + + + Delicious + + + Heavy + + + heavy + + + + diff --git a/conf.d/90-synthetic.conf b/conf.d/90-synthetic.conf new file mode 100644 index 0000000..63d9b89 --- /dev/null +++ b/conf.d/90-synthetic.conf @@ -0,0 +1,64 @@ + + + + + + + + + roman + + + + roman + + + + + matrix + 10.2 + 01 + + + + + + oblique + + + + false + + + + + + + + + medium + + + + medium + + + + true + + + + bold + + + diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am index 6c9f4e1..cdb3519 100644 --- a/conf.d/Makefile.am +++ b/conf.d/Makefile.am @@ -22,35 +22,48 @@ # PERFORMANCE OF THIS SOFTWARE. CONF_FILES = \ - 10-urw-aliases.conf \ - 15-amt-aliases.conf \ + README \ + 10-autohint.conf \ + 10-no-sub-pixel.conf \ + 10-sub-pixel-bgr.conf \ + 10-sub-pixel-rgb.conf \ + 10-sub-pixel-vbgr.conf \ + 10-sub-pixel-vrgb.conf \ + 10-unhinted.conf \ 20-fix-globaladvance.conf \ - 30-unhint-small-vera.conf \ + 20-lohit-gujarati.conf \ + 20-unhint-small-vera.conf \ + 30-amt-aliases.conf \ + 30-urw-aliases.conf \ + 40-generic.conf \ + 49-sansserif.conf \ 50-user.conf \ 51-local.conf \ - 60-LohitGujarati.conf \ - 60-delicious.conf \ - 60-fonts-persian.conf \ - 70-no-sub-pixel.conf \ - 70-sub-pixel-bgr.conf \ - 70-sub-pixel-rgb.conf \ - 70-sub-pixel-vbgr.conf \ - 70-sub-pixel-vrgb.conf \ - 73-autohint.conf \ - 73-unhinted.conf \ - 76-no-bitmaps.conf \ - 76-yes-bitmaps.conf + 60-latin.conf \ + 65-fonts-persian.conf \ + 65-nonlatin.conf \ + 69-unifont.conf \ + 70-no-bitmaps.conf \ + 70-yes-bitmaps.conf \ + 80-delicious.conf \ + 90-synthetic.conf CONF_LINKS = \ - 10-urw-aliases.conf \ - 15-amt-aliases.conf \ 20-fix-globaladvance.conf \ - 30-unhint-small-vera.conf \ + 20-lohit-gujarati.conf \ + 20-unhint-small-vera.conf \ + 30-amt-aliases.conf \ + 30-urw-aliases.conf \ + 40-generic.conf \ + 49-sansserif.conf \ 50-user.conf \ 51-local.conf \ - 60-LohitGujarati.conf \ - 60-delicious.conf \ - 60-fonts-persian.conf + 60-latin.conf \ + 65-fonts-persian.conf \ + 65-nonlatin.conf \ + 69-unifont.conf \ + 80-delicious.conf \ + 90-synthetic.conf EXTRA_DIST = $(CONF_FILES) diff --git a/conf.d/README b/conf.d/README index 7e6cd2c..dbcfe21 100644 --- a/conf.d/README +++ b/conf.d/README @@ -1,8 +1,48 @@ 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]*, so if you -want to use any of these options, link them to a name of that form. E.g. +scans this directory, loading all files of the form [0-9][0-9]*. These files +are normally installed in ../conf.avail and then symlinked here, allowing +them to be easily installed and then enabled/disabled by adjusting the +symlinks. - $ ln -s no-bitmaps.conf 10no-bitmaps.conf +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) + 10-autohint.conf + 10-no-sub-pixel.conf + 10-sub-pixel-bgr.conf + 10-sub-pixel-rgb.conf + 10-sub-pixel-vbgr.conf + 10-sub-pixel-vrgb.conf + 10-unhinted.conf + 20 through 29 font rendering options + 20-fix-globaladvance.conf + 20-lohit-gujarati.conf + 20-unhint-small-vera.conf + 30 through 39 family substitution + 30-urw-aliases.conf + 30-amt-aliases.conf + 40 through 49 generic identification, map family->generic + 40-generic-id.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-latin.conf + 65-fonts-persian.conf + 65-nonlatin.conf + 69-unifont.conf + 70 through 79 select font (adjust which fonts are available) + 70-no-bitmaps.conf + 70-yes-bitmaps.conf + 80 through 89 match target="scan" (modify scanned patterns) + 80-delicious.conf + 90 through 98 font synthesis + 90-synthetic.conf + diff --git a/fonts.conf.in b/fonts.conf.in index d70800e..99f2ee5 100644 --- a/fonts.conf.in +++ b/fonts.conf.in @@ -68,218 +68,11 @@ - - - - - Bitstream Vera Serif - DejaVu Serif - Times New Roman - Thorndale AMT - Times - Nimbus Roman No9 L - Luxi Serif - Kochi Mincho - AR PL SungtiL GB - AR PL Mingti2L Big5 - MS 明朝 - Baekmuk Batang - FreeSerif - MgOpen Canonica - serif - - - - Bitstream Vera Sans - DejaVu Sans - Helvetica - Arial - Verdana - Albany AMT - Nimbus Sans L - Luxi Sans - Kochi Gothic - AR PL KaitiM GB - AR PL KaitiM Big5 - MS ゴシック - Baekmuk Dotum - SimSun - FreeSans - MgOpen Modata - sans-serif - - - - Bitstream Vera Sans Mono - DejaVu Sans Mono - Courier - Courier New - Andale Mono - Luxi Mono - Cumberland AMT - Nimbus Mono L - NSimSun - FreeMono - monospace - - - - - sans-serif - - - serif - - - monospace - - - sans-serif - - - conf.d - - - serif - - Bitstream Vera Serif - DejaVu Serif - Times New Roman - Thorndale AMT - Luxi Serif - Nimbus Roman No9 L - Times - Frank Ruehl - MgOpen Canonica - Kochi Mincho - AR PL SungtiL GB - AR PL Mingti2L Big5 - MS 明朝 - Baekmuk Batang - FreeSerif - - - - sans-serif - - Bitstream Vera Sans - DejaVu Sans - Verdana - Arial - Albany AMT - Luxi Sans - Nimbus Sans L - Helvetica - Nachlieli - MgOpen Modata - Kochi Gothic - AR PL KaitiM GB - AR PL KaitiM Big5 - MS ゴシック - Baekmuk Dotum - SimSun - FreeSans - - - - monospace - - Bitstream Vera Sans Mono - DejaVu Sans Mono - Andale Mono - Courier New - Cumberland AMT - Luxi Mono - Nimbus Mono L - Courier - Miriam Mono - Kochi Gothic - AR PL KaitiM GB - Baekmuk Dotum - FreeMono - - - - - - - - - roman - - - - roman - - - - - matrix - 10.2 - 01 - - - - - - oblique - - - - false - - - - - - - - - medium - - - - medium - - - - true - - - - bold - - - -