dialog to select font
[fId, fSize] = getfont() [fId, fSize] = getfont(str) fnt = getfont() fnt = getfont(str) fnt = getfont(S=str, font=[fId,fSize])
character (e.g. "a")
integer, the number of the selected font
integer, the size of the selected font
vector [fId,fSize]
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.
Version | Description |
5.4.1 | getfont was published up to Scilab 5.4.1.
Please consider xlfont instead. |