Description: Test iOS fonts on iPhone, use UIFont class to get all fonts in current iPhone iOS.
NSArray*familyNames = [UIFont familyNames]
for( NSString*familyName in familyNames ){
//printf( "Family: s \n", [familyName UTF8String] )
NSArray*fontNames = [UIFont fontNamesForFamilyName:familyName]
for( NSString*fontName in fontNames ){
//printf( "\tFont: s \n", [fontName UTF8String] )
[mListFontName addObject:fontName]
}
}
- [FontList] - read font info list in iphone
- [ipaddress] - get ip address from iphone
- [UIA] - failed to translate
File list (Check if you may need any files):
FontTest
........\Classes
........\.......\FontTestAppDelegate.h
........\.......\FontTestAppDelegate.m
........\.......\RootViewController.h
........\.......\RootViewController.m
........\FontTest-Info.plist
........\FontTest.xcodeproj
........\..................\project.pbxproj
........\FontTest_Prefix.pch
........\main.m
........\MainWindow.xib
........\RootViewController.xib