Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.2 - Português

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

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Ajuda do Scilab >> IGU > Borders > createBorderFont

createBorderFont

Create a font for an uicontrol border.

Calling Sequence

createBorderFont(fontname, fontsize)
createBorderFont(fontname, fontsize, fontweight)
createBorderFont(fontname, fontsize, fontweight, fontangle)

Arguments

fontname

String

This argument sets the name of the font. This name must be valid according to available fonts.

When fontname is equal to "", the font used will be the Look and Feel default one.

fontsize

Real scalar

This argument sets the size of the font in points.

When fontsize is equal to 0, the font size used will be the Look and Feel default one.

fontweight

{"normal"} | "bold"

This argument sets the weight of the font.

When fontweight is not given, the font weight used will be the Look and Feel default one.

fontangle

{"normal"} | "italic"

This argument sets the slant of the font.

When fontangle is not given, the font angle used will be the Look and Feel default one.

Description

This function creates a "Border Font" to customize borders in frame uicontrols. See createBorder and related pages for more details.

History

VersãoDescrição
5.5.0 Function createBorderFont introduced.
Report an issue
<< createBorder Borders Empty border properties >>

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:
Wed Apr 01 10:24:20 CEST 2015