Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Communication-Mobile IOS
Title: FontTest Download
 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] } }
 Downloaders recently: [More information of uploader 巫山冰]
  • [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
    

CodeBus www.codebus.net