Quote:
|
Originally Posted by Rick
You use the font tag to set bold, italics. It works this way because of how the font rendering works. (It generates a special cache representing a single font).
So if you want a bold Verdana at size 24, you do:
HTML Code:
<font:Verdana Bold:24>
|
Won't work in Graal though, so I will need to add new tags for that and also parse the old font names and extract the "bold" etc.