IRIXプラットフォームで利用できます。
このモジュールはIRIS Font Managerライブラリへのアクセスを提供しま す。 Silicon Graphics マシン上だけで利用可能です。 次も参照してください:4Sight User's Guide, section 1, chapter 5: ``Using the IRIS Font Manager''。 このモジュールは、まだ IRIS Font Managerへの完全なインターフェースではあ りません。 サポートされていない機能は次のものです: matrix operations; cache operations; character operations(代わりに string operations を使ってく ださい); font info のうちのいくつか; individual glyph metrics; printer matching。
以下の操作をサポートしています:
) |
fontname) |
fmfindfont(fontname)
を呼び出します。
) |
string) |
fmprstr(string)
を呼び出します。
string) |
fmsetpath(string)
を呼び出します。
(XXX 機能しない!?!)
) |
フォントハンドルオブジェクトは以下の操作をサポートします:
factor) |
fmscalefont(fh, factor)
を呼び出します。
) |
fmsetfont(fh)
を呼び出します。
) |
fmgetfontname(fh)
を呼び出します。
) |
fmgetcomment(fh)
を呼び出します。
) |
fmgetfontinfo()
へのインターフェースです。
以下の数値を含むタプルを返します:
(
printermatched、fixed_width、xorig、
yorig、xsize、ysize、height、
nglyphs)
。
string) |
fmgetstrwidth(fh, string)
を呼び出します。