mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 20:55:17 -05:00
FS#10984 - multifont! 2 major additions:
1) seperate UI font for the remote and main displays 2) allow individual skins to load additional fonts for use in the skin (Uo to 7 extra in this first version) see CustomWPS for info on how to load a font in the skins. Code should always use FONT_UI+screen_number to get the correct user font git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24644 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ed21ab1c8c
commit
1c2aa35371
20 changed files with 643 additions and 205 deletions
|
|
@ -13315,3 +13315,37 @@
|
|||
lcd_bitmap: "Remote Base Skin"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_MAIN_SCREEN
|
||||
desc: in the main menu
|
||||
user: core
|
||||
<source>
|
||||
*:none
|
||||
remote: "Main Screen"
|
||||
</source>
|
||||
<dest>
|
||||
*:none
|
||||
remote: "Main Screen"
|
||||
</dest>
|
||||
<voice>
|
||||
*:none
|
||||
remote: "Main Screen"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_REMOTE_SCREEN
|
||||
desc: in the main menu
|
||||
user: core
|
||||
<source>
|
||||
*:none
|
||||
remote: "Remote Screen"
|
||||
</source>
|
||||
<dest>
|
||||
*:none
|
||||
remote: "Remote Screen"
|
||||
</dest>
|
||||
<voice>
|
||||
*:none
|
||||
remote: "Remote Screen"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue