Package: ttf-vlgothic
Version: 20060913-1
Severity: wishlist
Tags: patch
Hi,
Because VL Gothic is quite nice for Japanese desktop, I think it's
better to map this font to sans-serif and monospace.
There are two solutions at this time.
A. Send a patch to fontconfig maintainer,
to add "VL Gothic" (and prefer than Kochi Gothic) to
/etc/fonts/conf.avail/65-nonlatin.conf.
B. Let ttf-vlgothic package has /etc/fonts/conf.d/64-ttf-vlgothic.conf
like:
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<alias>
<family>sans-serif</family>
<prefer>
<family>VL Gothic</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
<family>VL Gothic</family>
</prefer>
</alias>
</fontconfig>
and add Suggests: fontconfig (>= 2.4.1).
Thanks,
--
Kenshi Muto
[EMAIL PROTECTED]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]