Hi, I am develop a simple iPhone app. I need a font that looks like LED. Is any font that looks like LED in iPhone ?
+5
A:
You might want to try "DBLCDTempBlack"
A list of available fonts can be found here: http://ajnaware.wordpress.com/2008/10/24/list-of-fonts-available-on-the-iphone/
jberry
2009-03-25 11:52:45
+2
A:
Yes, there is the "DB LCD Temp Black" font.
In code, its name is "DBLCDTempBlack".
[UIFont fontWithName:@"DBLCDTempBlack" size:yoursize]
Stephan Burlot
2009-03-25 11:57:11