Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.4.1 - English

Change language to:
Français - 日本語 - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.

Scilab help >> Graphics > text > getfont

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

[fId,fSize]=getfont();
xset("font",fId,fSize)
plot2d(0,0,rect=[0 0 10 10],axesflag=0)
xstring(5,5,"string")

History

VersionDescription
5.4.1 Function tagged obsolete. Will be removed in 5.5.0. Please use ged instead.

See Also

  • ged — Scilab Graphic Editor
  • text_properties — description of the Text entity properties
Report an issue
<< text text graphics fonts >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Apr 02 17:36:23 CEST 2013