The <menuTextSmall> object dresses menu texts displayed in a reduced font. It starts from the menutext settings and only changes what you specify.
| View | Name | Element |
|---|---|---|
menu |
menutextsmall |
Menu entries in small font |
This object cannot be created with extra="true".
| Property | Type | Purpose |
|---|---|---|
fontPath |
Path | TrueType or OpenType font to use. |
fontSize |
Float | Font size, as a fraction of screen height. |
color |
Colour | Text colour. |
selectedColor |
Colour | Text colour of the selected entry. |
selectorColor |
Colour | Colour of the selector bar. |
<view name="menu">
<menuTextSmall name="menutextsmall" fontPath="./art/Exo2-Regular.otf" fontSize="0.035" color="C6C6C6FF" />
</view>
The default font size is 0.035. Colours you leave out fall back to the menutext ones.