What's new

Change Font Size Under Icons?

ncphotographer

New Member
Joined
Feb 27, 2011
Messages
19
Reaction score
0
Location
North Carolina
Is it possible to change the size of the font for the app name under the icon. I'd like it to be bigger. I have a jailbroken iPhone 4 and I'm using bytafont to change the font itself but is there a way to change the size of the font.....if so please help! Thanks!!
 
Um, I'd also really like this question answered!
I want my font smaller because every time I use Shrink, the labels still overlap each other and it annoys me.
 
Assuming your JB'd, create a folder (named something like Small Labels.theme) -- create a file named Info.plist and put this in the file:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UndockedIconLabelStyle</key>
<string>font-size: 10px; color: #e2e5e2</string>
</dict>
</plist>

Change the value of "font-size" to your liking and then add the folder to the Themes folder on the iPhone and then activate "Small Labels" in Winterboard.

I got this info from someone else and it worked for me. Hope it helps someone.
 
Top