<br><br><div class="gmail_quote">On Sat, Dec 20, 2008 at 3:51 PM, Brad DerManouelian <span dir="ltr"><<a href="mailto:myth@dermanouelian.com">myth@dermanouelian.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">On Dec 20, 2008, at 5:23 AM, A JM wrote:<br>
<br>
> I've tried numerous places to change the font in the Program guide<br>
> but I'm not having any luck... I've found where to increse or reduce<br>
> the number of rows that show up but where can I make the font change?<br>
<br>
</div></div>The font is dictated by the theme. Take a look in the base.xml file of<br>
the theme you're using. (There is no way to change it in the GUI -<br>
fonts are explicitly chosen by the theme designer to match the theme<br>
and aren't meant to be changed by end users.)<br>
<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br><br>Thanks for the reply Brad.<br><br>If I wanted to modify the theme how will I know what font sizes to change?<br><br><br><mythuitheme><br><br> <window name="backgroundwindow"><br>
<imagetype name="backimg"><br> <filename>ui/background.png</filename><br> <staticsize>-1,-1</staticsize><br> </imagetype><br><br> <font name="small" face="Trebuchet MS"><br>
<color>#FFFFFF</color><br> <size>14</size><br> <size:small>12</size:small><br> <size:big>16</size:big><br> <bold>yes</bold><br> </font><br>
<br> <font name="medium" face="Trebuchet MS"><br> <color>#FFFFFF</color><br> <size>16</size><br> <size:small>14</size:small><br> <size:big>20</size:big><br>
<bold>yes</bold><br> </font><br><br> <font name="large" face="Trebuchet MS"><br> <color>#FFFFFF</color><br> <size>20</size><br> <size:small>18</size:small><br>
<size:big>22</size:big><br> <bold>yes</bold><br> </font><br><br> <font name="clock" face="Trebuchet MS"><br> <color>#FFFFFF</color><br>
<size>18</size><br> <size:small>14</size:small><br> <size:big>22</size:big><br> <bold>yes</bold><br> </font><br><br> <clock name="clock"><br>
<area>800,40,400,40</area><br> <font>clock</font><br> <format>%DATE%, %TIME%</format><br><!-- <colonflash>yes</colonflash><br> <secondflash>yes</secondflash> --><br>
<align>right</align><br> </clock><br> </window><br><br></mythuitheme><br><br>Thanks,<br>