Shoutbox

how can i change contact list font in wlm9? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Skype & Live Messenger (/forumdisplay.php?fid=10)
+----- Thread: how can i change contact list font in wlm9? (/showthread.php?tid=91888)

how can i change contact list font in wlm9? by italia333 on 08-16-2009 at 10:25 AM

is it somehow possible through resources hacker :S

i dont like the clear type fonts, i wanna mess around with it abit,  any thoughts?


RE: how can i change contact list font in wlm9? by djdannyp on 08-16-2009 at 11:21 AM

You can alter the font in the contact list via skinning


RE: how can i change contact list font in wlm9? by blessedguy on 08-16-2009 at 03:54 PM

In fact, you can change any messenger font (Y), using the skinning system, as djdannyp said.
Just add this

XML code:
<Resources>
<Replace>
<Strings>
<String Id="3018">font name</String>
<String Id="20951">font name</String>
<String Id="20952">font name</String>
<String Id="20953">font name</String>
<String Id="20954">font name</String>
</Strings>
</Replace>         
</Resources>

to a <ResGroup>
and add
XML code:
<Fonts>
<Font><File>font file</File></Font>  
</Fonts>

below the <SkinInfo> in your SkinInfo.xml file.