Re: UIFont system font on Retina displays

2012-03-19 Thread Jens Alfke
On Mar 19, 2012, at 9:55 AM, Jon Brooks wrote: > My question is: Why is the system font now excluded from the array of > familyNames? Does the dot in front denote some kind of private status? A “.” or “%” prefix on a font name has always (literally back to 1984) meant that the font is not us

UIFont system font on Retina displays

2012-03-19 Thread Jon Brooks
On Retina display devices, such as the 3rd generation iPad, I found that the system font returned by [UIFont systemFontOfSize:] is a font whose family name is not included in the array of font families returned by [UIFont familyNames]. The family name that is returned is ".HelveticaNeueUI" No