Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
getfont
フォント選択用のダイアログ.廃止された関数.
呼び出し手順
[fId,fSize]=getfont() [fId,fSize]=getfont(str) fnt=getfont() fnt=getfont(str) fnt=getfont(S=str,font=[fId,fSize])
パラメータ
- str
文字 (e.g. "a")
- fId
整数, 選択されたフォントの番号
- fSize
整数, 選択されたフォントの大きさ
- fnt
ベクトル [fId,fSize]
説明
この関数はxset 関数(この関数も廃止されています)と 共に使用されるよう設計されています. 代わりにプロパティエディタged を使用してください.
getfont
はフォントを選択するためのグラフィック
ウインドウをオープンします.
ユーザはフォントを選択し,表示された文字の大きさをクリックする
必要があります.
キーボードのキーを押すと文字を変更します.
例
参照
- ged — Scilabグラフィックエディタ
- text_properties — Textエンティティプロパティの説明
Report an issue | ||
<< text | text | graphics_fonts >> |