What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » [Help] Fonts element

Pages: (3): « First « 1 [ 2 ] 3 » Last »
[Help] Fonts element
Author: Message:
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
RE: [Help] Fonts element
I've gotten working (I deleted the code for it :P) again, and I'm writing up the instructions right now...(its like 5 in the morning here :S)

[Image: capture1dx3.jpg]

Gimme like day and I should be done with the instructions (A).
[Image: unled1uo.png]
Joined this forum 6554 days, 18 hours, 6 minutes, 42 seconds ago.



07-01-2008 09:53 PM
Profile PM Web Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: [Help] Fonts element
thanks naga, hope it works for my ttf
07-01-2008 09:59 PM
Profile PM Web Find Quote Report
ZOiD
Skinning Contest Winner
**

Avatar
Q es esto???

Posts: 63
Reputation: 3
37 / Male / Flag
Joined: Mar 2008
RE: [Help] Fonts element
Hello!

Which is the difference between the skininfo 1 and skininfo2? Or rather since(as,like) do they work each one?

For that you say that the sources(fountains) are alone supported by the version 2?
All the versions is it?

I will be dependent on how you achieved it!!! For the sources(fountains)!!!

Sayo!!!
[Image: crysta12.png]

07-02-2008 02:48 AM
Profile E-Mail PM Find Quote Report
LuckyMe
Skinning Contest Winner
***

Avatar

Posts: 147
Reputation: 7
– / Male / Flag
Joined: Feb 2008
Status: Away
RE: [Help] Fonts element
That looks great nagamasa, good work, iīll be waiting for your instructions too ;)
07-02-2008 03:28 AM
Profile E-Mail PM Find Quote Report
Nagamasa
Skinning Contest Winner
*****

Avatar

Posts: 1842
Reputation: 30
30 / Male / Flag
Joined: May 2006
RE: [Help] Fonts element
First you add what -LiNk- has into SkinInfo. It should be equally aligned with <Information> and <Option> tabs.

Then, open your font, and remember the name of the font itself (not the file name).

Next (I know this works with 947 Style, and should work with other Style files), search up fontface, and replace each
code:
fontface:rcstr(20071);
with
code:
fontface:"The Exact Font Name";
. That should cover most of the text. If not, then add them in individually.

An optional step, is of course, give me some positive rep (A).

If you have any problems, post them here, and I can help (or someone that did get it to work can).

This post was edited on 07-03-2008 at 11:32 AM by Nagamasa.
[Image: unled1uo.png]
Joined this forum 6554 days, 18 hours, 6 minutes, 42 seconds ago.



07-03-2008 11:30 AM
Profile PM Web Find Quote Report
LuckyMe
Skinning Contest Winner
***

Avatar

Posts: 147
Reputation: 7
– / Male / Flag
Joined: Feb 2008
Status: Away
RE: RE: [Help] Fonts element
Yay it works! (at least with 947 style as Nagamasa says, i havenīt tested with another),  here is what i did (if itīs useful for someone):

Skininfo:

quote:
    </Information>
    <Fonts>
        <Font>
            <File>Fonts/Armor Piercing 2.0 BB.ttf</File>
        </Font>
    </Fonts>


But I had to replace every fontface element over the style.

it rocks!, if i was able to give you some good rep :(
Anyway, thanks for the information :P
07-04-2008 12:08 AM
Profile E-Mail PM Find Quote Report
TheSteve
Full Member
***

Avatar
The Man from Japan

Posts: 179
Reputation: 23
40 / Male / Flag
Joined: Aug 2005
RE: RE: RE: [Help] Fonts element
quote:
Originally posted by LuckyMe
But I had to replace every fontface element over the style.

If you put the font face in the element{ }  section, every other element that uses the style sheet that doesn't specify its own font, should inherit that font.

Edit (an example would probably be good):
code:
element
{
    FontFace: "Times New Roman";
}

This post was edited on 07-04-2008 at 01:07 AM by TheSteve.
07-04-2008 01:03 AM
Profile PM Web Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: [Help] Fonts element
quote:
Originally posted by TheSteve
quote:
Originally posted by LuckyMe
But I had to replace every fontface element over the style.

If you put the font face in the element{ }  section, every other element that uses the style sheet that doesn't specify its own font, should inherit that font.

Edit (an example would probably be good):
code:
element
{
    FontFace: "Times New Roman";
}



Yup it does, but still got to replace the string number stuff for the others elements/buttons etc anyway.

Got mine working :D Yes it works in all windows; except the Forward and Options links in Toasts :( (tried lots of different combinations, wouldn't work)

--------------------------------------------------

[Image: attachment.php?pid=916019]

.jpg File Attachment: b+s1.0.jpg (239.75 KB)
This file has been downloaded 301 time(s).

This post was edited on 07-04-2008 at 12:16 PM by aNILEator.
07-04-2008 11:12 AM
Profile PM Web Find Quote Report
Basilis
Veteran Member
*****

Avatar
Olympiacos CFP

Posts: 1366
Reputation: 46
30 / Male / Flag
Joined: Dec 2007
RE: [Help] Fonts element
Great job Nagamasa! :)
[Image: logo1nu1.png]
07-04-2008 12:22 PM
Profile PM Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: [Help] Fonts element
I'll write up a tutorial over the week and contact mynetx to put it on the resources page site as well as on here.

for now to fully replace a font throughout a skin quickly download notepad++ (or any text editor that can replace text in multiple files at once)

After setting up the skininfo with

<Fonts>
       <Font>tnroman.ttf</Font>
</Fonts>

Make sure you know the full name of the font e.g Times New Roman

Open all the styles files for the skin.

Then press Ctrl+H and fill in as such:

Find What:     [fontface:rcstr                                   ]
Replace With: [fontface:"Times New Roman";//   ]

That will replace the font and comment out whatever it was originally :D leaving in the little triangles everywhere for cursors (because that is fontface:"Marlett"; ;))

I just updated Vistafy to have Segoe UI mmmm :)

This post was edited on 07-04-2008 at 12:45 PM by aNILEator.
07-04-2008 12:36 PM
Profile PM Web Find Quote Report
Pages: (3): « First « 1 [ 2 ] 3 » Last »
« Next Oldest Return to Top Next Newest »


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