Are there new fonts for iOS 8?

Possible Duplicate: iOS Visual Font List

Have fonts been added for iOS 8?

EDIT: Check out this site as below http://iosfontlist.com/#availability=8.0&preinstalled

+3


source to share


2 answers


Here are the new fonts introduced in iOS 8.0:

Apple SD Gothic Neo Ultra Light
Damascus Light    
Khmer Sangam MN
Khmer Sangam MN
Kohinoor Devanagari
Kohinoor Devanagari Light
Kohinoor Devanagari Book
Kohinoor Devanagari Medium
Lao Sangam MN
Lao Sangam MN

      



UPDATE: Added missing one Damascus Light

. For the name of the font used in the code, see cnotethegr8's answer .

+2


source


Yes there is! Checkout http://iosfontlist.com/ This site is much more accurate than the previously mentioned site.

New iOS8 fonts with string are listed here UIFont fontWithName:

.



AppleSDGothicNeo-UltraLight
DamascusLight
KhmerSangamMN
KohinoorDevanagari-Light
KohinoorDevanagari-Book
KohinoorDevanagari-Medium
LaoSangamMN

      

Note: For those who go to this font list, clicking on the font reveals the version fontWithName:

. Some are not that obvious, for example a font Hiragino Kaku Gothic ProN W3

has a font name HiraKakuProN-W3

.

+1


source







All Articles