> Have a look at the Display API docs in the help section  
> and at addIcon in MusicInfoSCR. You can change the font within a string
> 
> using something like
> 
> $display->symbols('font') . 'YourFontNameHere' .
> $display->symbols('/font')
> . $yourcharactor . $display->symbols('defaultfont') . $restoftext
> 
> 
Yes - exactly as Michael says, with 6.5 you can mix fonts within a
screen component including custom font files which you have defined
yourself so you can include icons within screen components.


-- 
Triode
------------------------------------------------------------------------
Triode's Profile: http://forums.slimdevices.com/member.php?userid=17
View this thread: http://forums.slimdevices.com/showthread.php?t=27983

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to