Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 31st August 2005, 19:00   #1
Freezerman350
Member
 
Join Date: Jul 2004
Location: Canada, Quebec
Posts: 69
Font vs NSIS (final battle)

Ok I use, nsis since 2004... but one question is still confuse

How to regist a font ....

I use many methode with many files (fonts.dll,fonts.c...etc)

But none work correctly !

Oh yeah, I copy the Dll in the pluging folder...

Now i use(for registration) :
PHP Code:
fonts::registerFont "NEUROPOL.ttf" 
...

in an another time in my life I used

PHP Code:
GetTempFileName $R0 
File 
/oname=$R0 fonts.dll 
Push 
"NEUROPOL.ttf" 
CallInstDLL $R0 registerFont 
also...

There are above 25 post on this forum about font and registration ... 0 with answer who work for real on Win98,2000,Xp Home and pro,NT,2003server ... ZERO !

I love NSIS, but they are too many post about font... to many question without answer !

It time to make trhis post, the ultimate post about font registration...!

Thank
Freezerman350 is offline   Reply With Quote
Old 1st September 2005, 17:30   #2
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,336
An ultimate post should contain all the details. All the details include the full scripts used, what exactly happened, what exactly is missing, what OS each method didn't work on, a reference to the ultimate font installation script and an explanation why it didn't work.

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump