Quote:
Originally Posted by Sharkie405
Quick question...
When I cook this app into my ROM it sets the default font as the one in the 1st screenshot. How can I make it not do that? I checked the app.reg in my EXT and it says:
Code:
"CurrentSFont"="Default"
"CurrentWMFont"="Default"
I see all the files have numbers for names. Anyone know which one is the default WM/Sense font? I'm assuming that if I edit the app.reg to reflect this font, the default font will not be the one I'm seeing now.
Also, font changes incur a lot of sizing issues throught Sense and WM depending on the font itself and how big it is as you can see if the 2nd screenshot. Would there be any way for you to incorporate the system wide changing of font size for some of the bigger/bolder/longer sized fonts?
|
The default font is not actually something that's part of the app.
Here's a quick rundown: Th app overwrites the existing system fonts with the desired ones. The default fonts are restored by removing the modded fonts so the device will regenerate the fonts on reboot (from ROM). Hope that makes sense...
As for changing the size of the fonts system-wide... that's pretty difficult as the sizes are controlled by various areas of the OS/UI. I CAN scale the size of each character up/down within a given font so that it can fit better in the OS/UI. The only thingis that this has to be done on my end. Some ppl see mto like the larger fonts taking up more space, while others (myself include) prefe them to fit properly... After I get the next release out, I might start taking "Scale Requests" on some of the fonts that are drastically too big/small.
Thanks!!!