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 ?
From stackoverflow
-
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/
-
Yes, there is the "DB LCD Temp Black" font.
In code, its name is "DBLCDTempBlack".
[UIFont fontWithName:@"DBLCDTempBlack" size:yoursize]
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.