Uicontrol: Text
Font
- Font name - Name of the font used for the text on uicontrols. (
FontName
)
- Font weight - Options for the boldness of the text. (
FontWeight
)
- Font angle - Options for the slant of the text. (
FontAngle
)
- Font size - Size of the text measured in font units. (
FontSize
)
- Font units - Units of measure for the text font size. (
FontUnits
)
String
Check boxes, editable text, push buttons, radio buttons, static text, and toggle buttons display the text on the uicontrol. For list boxes and popup menus, type each item on a separate line. (String
)
See User Interface Controls for more information on uicontrols.
- Horizontal alignment - The placement of the text specified with the String property.
Left
- Text is left justified with respect to the uicontrol.
Center
- Text is centered with respect to the uicontrol.
Right
- Text is right justified with respect to the uicontrol.