FontList
|
|||||||||||
概要: | baFontListはインストールされているフォントのリストを返します。 |
||||||||||
シンタックス: | Result = baFontList( FontType ) |
||||||||||
パラメータ: | #string FontType 調べたいフォントのタイプ。次のいずれかになります。
|
||||||||||
戻り値: |
#list |
||||||||||
例: | ttList = baFontList( "TrueType" ) |
||||||||||
ノート: | ATMフォントはデバイスフォントとしてリストされます。 |
||||||||||
関連項目: | baFontStyleList baFontInstalled baInstallFont |