Specifications
Appendix D. Theme Tags 189
2. Load albumart at position 0,20 and resize it to be at most 100×100 pixels. If the
image isn’t square, align it to the bottom-right corner:
%Cl(0,20,100,100,r,b)
For general information where to put album art see section C (page 176).
D.22. Alignment and language direction
Tag Description
%al Align the text left
%aL Align the text left, or to the right if RTL language is in use
%ac Centre the text
%ar Align the text right
%aR Align the text right, or to the left if RTL language is in use
%ax The next tag should follow the set language direction. When
prepended to a viewport declaration, the viewport will be
horizontally mirrored if the user language is set to a RTL
language. Currently the %Cl, %V and %Vl tags support this.
%Sr Use as a conditional to define options for left to right, or right
to left languages. %?Sr<RTL|LTR>
All alignment tags may be present in one line, but they need to be in the order left –
centre – right. If the aligned texts overlap, they are merged.
Example: %ax%V(...)
The Rockbox manual (version rUnversioned directory-150517) Iaudio M5