Any way of changing teletext font in MP. (1 Viewer)

JacobJust

MP Donator
  • Premium Supporter
  • September 23, 2006
    131
    46
    53
    Aarhus
    Home Country
    Denmark Denmark
    Hi johnlc

    Can you please provide info to make the change to TV client?

    Im no programmer ...

    Thank you

    Jacob Just
    \Århus
     

    johnlc

    Portal Pro
    April 19, 2008
    59
    3
    Horsens
    Home Country
    Denmark Denmark
    Im no programmer ...

    Well the changes I made requires you to be able to compile the client plugin, the files are located in
    TVLibrary\TVplugin\TVplugin\teletext
    in the file TvFullScreenTeletext.cs look for the function OnPageLoad() here you will find 2 times 2*left/2*top, I changed these to 8*left and 3*top
    I didn't center the Teletext, that will probably look better. My guess is the SetPosition(left, top); should be something like SetPosition(5*left, top);

    The font is changed in TeletextPageRenderer.cs look for the word "Verdana" and change it, but I am not totally convinced that Courier New is better :)
     

    Users who are viewing this thread

    Top Bottom