uisetfont
Open font selection dialog box
Description
uisetfont
opens a modal
Font dialog box with default font name and font style values selected. If the user
clicks OK, then the selected font properties are returned to
the MATLAB® Command Window. If the user
clicks Cancel, or the close button (X) in the dialog box
title bar, then a value of 0
is returned to the Command Window.
uisetfont(
specifies the object on
which the Font dialog box will operate. The values displaying in the dialog box when
it opens are the current settings for that object.h
)
uisetfont(
initializes the Font
dialog box selections with the values defined for the specified
optsin
)optsin
structure.
uisetfont(___,
specifies a custom title for the Font dialog box. This syntax can include any of the
input arguments in the previous syntaxes.title
)
Examples
Input Arguments
Output Arguments
More About
Version History
Introduced before R2006a