Guest patbisch Posted June 8, 2005 Report Posted June 8, 2005 (edited) Add the following key in [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft]: [FontLink\SystemLink] string name : nina string value : \Storage\windows\Fonts\name of file font,real name of the font when you open it and [Fontpath] string name : Fontpath string value : \Storage\windows\Fonts And the result after the reboot: As you see, it change the font in the top bar too not like Bladdfont. To go back to default, erase [FontLink\SystemLink] and change value of the [fontpath] to : \Windows. Edited June 8, 2005 by patbisch
Guest Jamma14 Posted June 8, 2005 Report Posted June 8, 2005 Cool, good to know thanks ;) Don't trust BlaAdfont as it screwed up the font size on my e100.
Guest J273 Posted June 8, 2005 Report Posted June 8, 2005 woohoo it works,But do you know where i can get the nina font from,Thanks
Guest J273 Posted June 8, 2005 Report Posted June 8, 2005 woohoo it works,But do you know where i can get the nina font from,Thanks <{POST_SNAPBACK}> Is it a commercial font?
Guest Disco Stu Posted June 8, 2005 Report Posted June 8, 2005 Post #22 if I remember correctly ;) http://www.modaco.com/Neostream_2005-t198320.html
Guest patbisch Posted June 8, 2005 Report Posted June 8, 2005 (edited) Post #22 if I remember correctly ;) http://www.modaco.com/Neostream_2005-t198320.html <{POST_SNAPBACK}> It's nina font that I have modify some properties with a font editor and because it's copyrighted, I don't know if I can post it. Edited June 9, 2005 by patbisch
Guest patbisch Posted June 9, 2005 Report Posted June 9, 2005 ... and the font used for the screenshot is here : Thin.zip
Guest J273 Posted June 9, 2005 Report Posted June 9, 2005 Do you know if this tweak will work with PPC phones or not ? Thanks
Guest patbisch Posted June 10, 2005 Report Posted June 10, 2005 I can't say yes with certitude. On MSDN site, they're talking about Windows CE device, they don't specify smartphone or ppc phone edition and I don't have a ppc for test this.
Guest drizze99 Posted June 15, 2005 Report Posted June 15, 2005 patbisch, you are genius! Thank you so much! Now I just need to figure out how to increase the size! (using an Asian ROM and text is small)
Guest UncleBuck Posted June 20, 2005 Report Posted June 20, 2005 Hi guy's this looks great...How do I edit the reg file, do I use a program like the one shown ? a step by step guide would be a help for the thickies like me.... many thanks....
Guest patbisch Posted June 21, 2005 Report Posted June 21, 2005 (edited) Hi guy's this looks great...How do I edit the reg file, do I use a program like the one shown ? a step by step guide would be a help for the thickies like me.... many thanks.... <{POST_SNAPBACK}> I only use Smartione that can be found HERE ... short registration needed ... Edited June 21, 2005 by patbisch
Guest UncleBuck Posted June 21, 2005 Report Posted June 21, 2005 (edited) Many Thanks M8.... I must be doing something wrong....I can create the folders like your screenshot but after that adding (Storage\windows\Fonts\Thin.ttf,nina the OK button is not active ? tried everything... help please Edited June 21, 2005 by UncleBuck
Guest drizze99 Posted June 21, 2005 Report Posted June 21, 2005 Many Thanks M8.... I must be doing something wrong....I can create the folders like your screenshot but after that adding (Storage\windows\Fonts\Thin.ttf,nina the OK button is not active ? tried everything... help please <{POST_SNAPBACK}> It needs to read like this: Storage\windows\Fonts\Thin.ttf,Thin
Guest assael Posted July 18, 2005 Report Posted July 18, 2005 Hi, i flashed my phone with 3.46 asian and after searching i still have some fonts problem. So, I i tweaked the homescreen font but the menu font remains still small... Any suggestions???
Guest ptwilliams Posted July 23, 2005 Report Posted July 23, 2005 Im getting exactly the same problem. Entering the values exactly as shown, but the OK button is greyed out.
Guest rekall Posted July 28, 2005 Report Posted July 28, 2005 Just tried this tweak - cool :) Noticed though when you get an email or text the message it not in bold anymore - any reason why and can you fix it? Cheers
Guest b0bby Posted August 3, 2005 Report Posted August 3, 2005 getting same as others... iv done all the reg changes, im using 'PHM Reg Editor' Iv rebooted and its still the default font. :) any ideas anyone? iv got a C500
Guest My_Immortal Posted February 7, 2006 Report Posted February 7, 2006 Man that is a great tweak! It even changed the Ext LCD font!!!!!!!!!!!!!!!!!!!!!!!
Guest atauysal Posted February 8, 2006 Report Posted February 8, 2006 I am using WM05 on my mpx200, but the fonts of the external lcd is too small with this ROM compared to the old ones. Is there a registry tweak for applying a larger font to the clock at the external screen, its hard to tell the time this way. Thanx.
Guest rizzles Posted February 9, 2006 Report Posted February 9, 2006 Hi im trying to add this tweak to a cab file for a HS i'm making, can anyone confirm that this is the correct registry entries i should put in the .inf file? Dont really wanna try it and break something :) HKLM,Software\Microsoft\FontLink\SystemLink\, nina,, \storage\windows\fonts\thin.ttf HKLM,Software\Microsoft\FontPath\, FontPath,, \storage\windows\fonts cheers Ryan
Guest gpcarreon (MVP) Posted February 9, 2006 Report Posted February 9, 2006 Try this: [AddRegistry] HKLM,"SOFTWARE\Microsoft\FontLink\SystemLink","nina",0x00000000,"\Storage\windows\Fonts\FONT.ttf,TYPEFACE NAME HERE" HKLM,"SOFTWARE\Microsoft\FontPath","FontPath",0x00000000,"\Storage\windows\Fonts" Example: [AddRegistry] HKLM,"SOFTWARE\Microsoft\FontLink\SystemLink","nina",0x00000000,"\Storage\windows\Fonts\Font.ttf,Font" HKLM,"SOFTWARE\Microsoft\FontPath","FontPath",0x00000000,"\Storage\windows\Fonts" Where 'Font.ttf' is the font file name and 'Font' after the (,) as the font's typeface name.
Guest rizzles Posted February 9, 2006 Report Posted February 9, 2006 (edited) ,Feb 9 2006, 12:50]Try this: [AddRegistry] HKLM,"SOFTWARE\Microsoft\FontLink\SystemLink","nina",0x00000000,"\Storage\windows\Fonts\FONT.ttf,TYPEFACE NAME HERE" HKLM,"SOFTWARE\Microsoft\FontPath","FontPath",0x00000000,"\Storage\windows\Fonts" Example: [AddRegistry] HKLM,"SOFTWARE\Microsoft\FontLink\SystemLink","nina",0x00000000,"\Storage\windows\Fonts\Font.ttf,Font" HKLM,"SOFTWARE\Microsoft\FontPath","FontPath",0x00000000,"\Storage\windows\Fonts" Where 'Font.ttf' is the font file name and 'Font' after the (,) as the font's typeface name. <{POST_SNAPBACK}> Cheers will give it a try... whats the 0x00000000 for?? and how do i find out the fonts typeface name?? Edited February 9, 2006 by rizzles
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now