<br><br><div class="gmail_quote">On Sat, Dec 20, 2008 at 3:51 PM, Brad DerManouelian <span dir="ltr">&lt;<a href="mailto:myth@dermanouelian.com">myth@dermanouelian.com</a>&gt;</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>
&gt; I&#39;ve tried numerous places to change the font in the Program guide<br>
&gt; but I&#39;m not having any luck... I&#39;ve found where to increse or reduce<br>
&gt; 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&#39;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&#39;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>&lt;mythuitheme&gt;<br><br>&nbsp; &lt;window name=&quot;backgroundwindow&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;imagetype name=&quot;backimg&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;filename&gt;ui/background.png&lt;/filename&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;staticsize&gt;-1,-1&lt;/staticsize&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/imagetype&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;font name=&quot;small&quot; face=&quot;Trebuchet MS&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;color&gt;#FFFFFF&lt;/color&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;size&gt;14&lt;/size&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;size:small&gt;12&lt;/size:small&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;size:big&gt;16&lt;/size:big&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;bold&gt;yes&lt;/bold&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/font&gt;<br>
<br>&nbsp;&nbsp;&nbsp; &lt;font name=&quot;medium&quot; face=&quot;Trebuchet MS&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;color&gt;#FFFFFF&lt;/color&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;size&gt;16&lt;/size&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;size:small&gt;14&lt;/size:small&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;size:big&gt;20&lt;/size:big&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;bold&gt;yes&lt;/bold&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/font&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;font name=&quot;large&quot; face=&quot;Trebuchet MS&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;color&gt;#FFFFFF&lt;/color&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;size&gt;20&lt;/size&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;size:small&gt;18&lt;/size:small&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;size:big&gt;22&lt;/size:big&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;bold&gt;yes&lt;/bold&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/font&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;font name=&quot;clock&quot; face=&quot;Trebuchet MS&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;color&gt;#FFFFFF&lt;/color&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;size&gt;18&lt;/size&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;size:small&gt;14&lt;/size:small&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;size:big&gt;22&lt;/size:big&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;bold&gt;yes&lt;/bold&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/font&gt;<br><br>&nbsp;&nbsp;&nbsp; &lt;clock name=&quot;clock&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;area&gt;800,40,400,40&lt;/area&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;font&gt;clock&lt;/font&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;format&gt;%DATE%, %TIME%&lt;/format&gt;<br>&lt;!--&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;colonflash&gt;yes&lt;/colonflash&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;secondflash&gt;yes&lt;/secondflash&gt; --&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;align&gt;right&lt;/align&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/clock&gt;<br>&nbsp; &lt;/window&gt;<br><br>&lt;/mythuitheme&gt;<br><br>Thanks,<br>