The <menuSection> object dresses the section headers grouping entries inside a menu. It starts from the menutext settings and only changes what you specify.
<menuSection>was introduced in Recalbox 10.
| View | Name | Element |
|---|---|---|
menu |
menusection |
Menu section headers |
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 | Header text colour. |
selectedColor |
Colour | Text colour of the selected entry. |
alignment |
String | Header alignment: left, center or right. Any other value is treated as center. |
<view name="menu">
<menuSection name="menusection" fontPath="./art/Exo2-Bold.otf" fontSize="0.03"
color="8899FFFF" selectedColor="FFFFFFFF" alignment="left" />
</view>
Unlike
<menuText>, this object does not acceptselectorColornorseparatorColor: those properties are ignored, with an error inthemes.log.