[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:31691] Re: vfdata-truetype-hgr-vft



> > よしもと です。

# ひょっとして斜体の希望でしょうか?

1) 普通の多書体なら,例えば foo.ttf と bar.ttc を
持ってるとした場合それらを /usr/share/fonts/truetype/Win/
に置いてから /etc/vfont/ttf-hgr の

r-richo-reisyo|Richo Reisyo:\
        :ft=freetype:\
        :ff=/usr/share/fonts/truetype/Win/hgrbre.ttf:
を

r-richo-reisyo|Richo Reisyo:\
        :ft=freetype:\
        :ff=/usr/share/fonts/truetype/Win/foo.ttf:
そして

r-richo-gyoukoku|Richo Gyoukoku:\
        :ft=freetype:\
        :ff=/usr/share/fonts/truetype/Win/hgrcgk.ttc:
を

r-richo-gyoukoku|Richo Gyoukoku:\
        :ft=freetype:\
        :ff=/usr/share/fonts/truetype/Win/bar.ttc:

にして root になって update-vfontcap すれば

\documentclass[12pt]{jarticle}
\usepackage{hgr}
\begin{document}
{\fontfamily{rei}\selectfont 例その一}
{\fontfamily{gyok}\selectfont 例その二}
...

で多書体になるはずです。(\fontfamily{rei}\selectfont は
面倒なら下のようにコマンドにしておけば良いでしょうね)

# 沢山フォントを持ってるなら同様にして 20 書体までは
# 可能です。

2) 斜体にしたいなら同様に /etc/vfont/ttf-hgr の

vfrei:\
        :fc=richo-reisyo:
を例えば

vfrei:\
        :fc=debian-vfont-Mincho-italic:

にして update-vfontcap してから

\documentclass[12pt]{jarticle}
\usepackage{hgr}
\newcommand{\jit}{\fontfamily{rei}\selectfont}
\begin{document}
{\jit ここは斜体?}
...

で可能なはずです。

# ただしポータビリティはないですから,他の環境では
# 動きません。その意味で印刷したものしか使えないです。

参考になるでしょうか?
			    平成14年2月7日(木)
-- 
 ***************************
 香田 温人(こうだ あつひと)
 http://www1.pm.tokushima-u.ac.jp/%7Ekohda/