[mythtv-commits] mythtv commits
mythtv at cvs.mythtv.org
mythtv at cvs.mythtv.org
Fri Nov 26 13:25:02 UTC 2004
----------------------------------------------------------------------------
Changes committed by jdonavan on Fri Nov 26 13:24:00 2004
Modified Files:
in mythtv/libs/libmyth:
xmlparse.cpp themedmenu.cpp
Log Message:
Support for italics and underlines via the <italic> and <underline> elements.
Example font def:
<font name="title" base="basefont" face="Arial Black">
<color>#ffffdd</color>
<size>22</size>
<bold>yes</bold>
<italic>yes</italic>
<underline>yes</underline>
<size:big>24</size:big>
<size:small>18</size:small>
<shadow>3,3</shadow>
</font>
Allow the bold, underline and italic attributes to be turned on in derrived fonts by using "no" instead of "yes". Previously if the base font had bold turned on there was no way for a derrived font to turn it back off.
----------------------------------------------------------------------------
More information about the mythtv-commits
mailing list