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
dialog to select font .Obsolete function.
Calling Sequence
[fId,fSize]=getfont() [fId,fSize]=getfont(str) fnt=getfont() fnt=getfont(str) fnt=getfont(S=str,font=[fId,fSize])
Arguments
- str
character (e.g. "a")
- fId
integer, the number of the selected font
- fSize
integer, the size of the selected font
- fnt
vector [fId,fSize]
Description
This function designed to work with the xset function is also obsolete .Use the property editor ged instead.
getfont
opens a graphic window to select a font.
User has to select a font and a size clicking on the corresponding
displayed character. Killing a keyboard key changes the displayed
character.
Examples
See Also
- ged — Scilab Graphic Editor
- text_properties — description of the Text entity properties
Report an issue | ||
<< xstringl | text | text_properties >> |