[mythtv-users] Font size..

A JM vbtalent at gmail.com
Sun Dec 21 17:16:37 UTC 2008


On Sat, Dec 20, 2008 at 3:51 PM, Brad DerManouelian
<myth at dermanouelian.com>wrote:

> On Dec 20, 2008, at 5:23 AM, A JM wrote:
>
> > I've tried numerous places to change the font in the Program guide
> > but I'm not having any luck... I've found where to increse or reduce
> > the number of rows that show up but where can I make the font change?
>
> The font is dictated by the theme. Take a look in the base.xml file of
> the theme you're using. (There is no way to change it in the GUI -
> fonts are explicitly chosen by the theme designer to match the theme
> and aren't meant to be changed by end users.)
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>


Thanks for the reply Brad.

If I wanted to modify the theme how will I know what font sizes to change?


<mythuitheme>

  <window name="backgroundwindow">
    <imagetype name="backimg">
      <filename>ui/background.png</filename>
      <staticsize>-1,-1</staticsize>
    </imagetype>

    <font name="small" face="Trebuchet MS">
      <color>#FFFFFF</color>
      <size>14</size>
      <size:small>12</size:small>
      <size:big>16</size:big>
      <bold>yes</bold>
    </font>

    <font name="medium" face="Trebuchet MS">
      <color>#FFFFFF</color>
      <size>16</size>
      <size:small>14</size:small>
      <size:big>20</size:big>
      <bold>yes</bold>
    </font>

    <font name="large" face="Trebuchet MS">
      <color>#FFFFFF</color>
      <size>20</size>
      <size:small>18</size:small>
      <size:big>22</size:big>
      <bold>yes</bold>
    </font>

    <font name="clock" face="Trebuchet MS">
         <color>#FFFFFF</color>
         <size>18</size>
         <size:small>14</size:small>
         <size:big>22</size:big>
         <bold>yes</bold>
    </font>

    <clock name="clock">
      <area>800,40,400,40</area>
      <font>clock</font>
      <format>%DATE%, %TIME%</format>
<!--      <colonflash>yes</colonflash>
      <secondflash>yes</secondflash> -->
      <align>right</align>
    </clock>
  </window>

</mythuitheme>

Thanks,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20081221/ca5329f3/attachment.htm 


More information about the mythtv-users mailing list