What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » OMG the new update of messenger 2009 is f****ed up ! :|

OMG the new update of messenger 2009 is f****ed up ! :|
Author: Message:
blessedguy
Skinning Contest Winner
*****


Posts: 1762
Reputation: 25
31 / Male / Flag
Joined: Jan 2008
RE: OMG the new update of messenger 2009 is f****ed up ! :|
quote:
Originally posted by kabso 5
lol wtf 14mb?
22MB when uncompressed (A) But that's for the Arial Unicode MS font, which is the one you need because of the arabic characters.
quote:
Originally posted by wikipedia

In digital typography, the TrueType font Arial Unicode MS is an extended version of the font Arial. Compared to Arial, it includes higher line height, omits kerning pairs and adds enough glyphs to cover a large subset of Unicode 2.1—thus supporting most Microsoft code pages, but also requiring much more storage space (22 megabytes).

Well, all you need is to declare the new font in a SkinInfo.xml and include the font file :P Refer to the skinning documentation. In gray are helpful comments.

XML code:
<SkinInfo xmlns="urn:msgplus:skins"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:msgplus:skins PlusSkins.xsd" Version="4">
<Information>
<Name>Font Changer</Name> <!-- ~/ equals to Program Files/Messenger Plus! Live/Skins/Font Changer/ -->
<Description>Changes font to Arial Unicode MS.</Description>
<Version>1.0</Version>
<Screenshot><File>ss.jpg</File></Screenshot>
<Compatibility>
<MsgVersion Major="14" Minor="0"/>
</Compatibility>
<TraceFile>true</TraceFile>
</Information>
<Fonts>
<Font><File>\%windir%\Fonts\ARIALUNI.TTF</File></Font>  <!--As matty said, Plus! will look at \%windir%\Fonts\ for the requested font, remember Windows "understands" %windir%\ as "[drive Windows is installed]\Windows\" -->
</Fonts>
<MessengerSkin>
<ResGroup>
<Restrictions>
<MsgVersions>
<Version Major="14" Minor="0"/>
</MsgVersions>
</Restrictions>
<Resources>
<Replace>
<Strings>
<String Id="22176">Live Messenger</String> <!-- I always put this here only to make the name shorter, so you've got "Live Messenger" in the taskbar and windows instead of the full name, which would be cropped anyway. You can put whatever text you like here. -->
<String Id="44620">Live Messenger</String>
<String Id="61143">Live Messenger</String>
</Strings>
</Replace>
</Resources>
</ResGroup>
<ResGroup>
<Restrictions>
<MsgVersions>
<Version Major="14" Minor="0"/> <!-- Changes WLM2009 fonts -->
</MsgVersions>
</Restrictions>
<Resources>
<Replace>
<Strings>
<String Id="3018">Arial Unicode MS</String> <!-- Didn't find where it's used, maybe nowhere? It's mentioned in msgres, by the way -->
<String Id="20951">Arial Unicode MS</String> <!-- Didn't find where it's used, maybe nowhere? It's mentioned in msgres, by the way -->
<String Id="20952">Arial Unicode MS</String> <!-- Didn't find where it's used, maybe nowhere? It's mentioned in msgres, by the way -->
<String Id="20953">Arial Unicode MS</String> <!-- Almost everything -->
<String Id="20954">Arial Unicode MS</String> <!-- Welcome and Name in dashboard and Conversation Scene area -->
</Strings>
</Replace>         
</Resources>
</ResGroup>
</MessengerSkin>
</SkinInfo>


This post was edited on 01-27-2011 at 08:02 PM by blessedguy.
[Image: Empty.png]
01-27-2011 07:27 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
OMG the new update of messenger 2009 is f****ed up ! :| - by kabso 5 on 01-26-2011 at 08:32 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by blessedguy on 01-26-2011 at 08:51 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by kabso 5 on 01-26-2011 at 08:53 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by matty on 01-26-2011 at 08:58 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by kabso 5 on 01-26-2011 at 09:01 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by matty on 01-26-2011 at 09:08 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by kabso 5 on 01-26-2011 at 09:11 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by blessedguy on 01-26-2011 at 09:24 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by kabso 5 on 01-26-2011 at 11:03 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by blessedguy on 01-26-2011 at 11:10 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by kabso 5 on 01-26-2011 at 11:37 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by blessedguy on 01-27-2011 at 07:10 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by kabso 5 on 01-27-2011 at 07:17 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by blessedguy on 01-27-2011 at 07:27 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by CookieRevised on 01-27-2011 at 07:41 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by blessedguy on 01-27-2011 at 07:43 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by matty on 01-27-2011 at 07:50 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by blessedguy on 01-27-2011 at 07:54 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by kabso 5 on 01-27-2011 at 08:25 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by blessedguy on 01-27-2011 at 08:46 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by kabso 5 on 01-27-2011 at 09:08 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by blessedguy on 01-27-2011 at 10:09 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by kabso 5 on 01-27-2011 at 10:11 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by CookieRevised on 01-27-2011 at 10:12 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by blessedguy on 01-27-2011 at 10:17 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by kabso 5 on 01-27-2011 at 10:41 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by blessedguy on 01-28-2011 at 07:43 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by kabso 5 on 01-28-2011 at 09:14 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by blessedguy on 01-28-2011 at 11:12 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by kabso 5 on 01-29-2011 at 08:09 AM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by blessedguy on 01-29-2011 at 05:28 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by kabso 5 on 01-29-2011 at 10:34 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by blessedguy on 01-29-2011 at 10:46 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by kabso 5 on 01-29-2011 at 11:21 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by blessedguy on 01-29-2011 at 11:26 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by kabso 5 on 01-29-2011 at 11:52 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by blessedguy on 01-29-2011 at 11:59 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by haishama on 02-21-2011 at 09:29 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by kabso 5 on 02-21-2011 at 11:39 PM
RE: OMG the new update of messenger 2009 is f****ed up ! :| - by kabso 5 on 01-30-2011 at 08:29 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On