Change Size of movie summary (Moving Pictures) (1 Viewer)

rasmuskarlsen

Portal Pro
October 9, 2008
235
12
Home Country
Denmark Denmark
Hey, which file do i have to edit, to make the "Movie Summary" font size bigger, in Moving Pictures!?

I have edited the Movingpictures.xml..

Changed:

<control>
<description>Summary</description>
<type>textboxscrollup</type>
<id>0</id>
<posX>410</posX>
<posY>110</posY>
<width>840</width>
<height>160</height>
<textcolor>ffFFFFFF</textcolor>
<seperator>-----------------------------------------------------------------------------------</seperator>
<font>mediastream11</font>
<label>#MovingPictures.SelectedMovie.summary</label>
<visible>facadeview.filmstrip+Control.IsVisible(50)</visible>
</control>

To:

<control>
<description>Summary</description>
<type>textboxscrollup</type>
<id>0</id>
<posX>410</posX>
<posY>110</posY>
<width>840</width>
<height>160</height>
<textcolor>ffFFFFFF</textcolor>
<seperator>-----------------------------------------------------------------------------------</seperator>
<font>mediastream13</font>
<label>#MovingPictures.SelectedMovie.summary</label>
<visible>facadeview.filmstrip+Control.IsVisible(50)</visible>
</control>

But i wan't a bigger font in summary, than "mediastream13"

If i make a new one, in the "Font.xml"

<font>
<name>mediastream14</name>
<filename>Fluid</filename>
<height>14</height>
<start>0</start>
<end>1536</end>
<bold>no</bold>
</font>

Then the entire Mediaportal goes crazy with the font's :O
 

ltfearme

Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    There in lies the problem, you need to edit and existing font and make it bigger. We have already reached MediaPortal's font limit.
     

    Users who are viewing this thread

    Top Bottom