- SmallTextEditor It s a some program which can do some typing and editing
- ThreeColorsFlags ThreeColorFlags问题最早由E.W.Dijkstra所提出
- KingSocket防火墙开发包 v2.0 beta1 KingSocket防火墙开发包 v2.0
- linux_chat linux下基于tcp实现的类似于qq的聊天程序
- das 模拟数据库系统的各种功能
- LibraryWeb A Library Web is simply a jsp/servlet based application. in which user have a facility to add a new books
文件名称:FontTest
介绍说明--下载内容来自于网络,使用问题请自行百度
在iPhone上测试iOS字体;主要是通过UIFont类来获得当前iPhone系统的字体。
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]
}
}
-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]
}
}
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]
}
}
-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]
}
}
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FontTest/
FontTest/Classes/
FontTest/Classes/FontTestAppDelegate.h
FontTest/Classes/FontTestAppDelegate.m
FontTest/Classes/RootViewController.h
FontTest/Classes/RootViewController.m
FontTest/FontTest-Info.plist
FontTest/FontTest.xcodeproj/
FontTest/FontTest.xcodeproj/project.pbxproj
FontTest/FontTest_Prefix.pch
FontTest/main.m
FontTest/MainWindow.xib
FontTest/RootViewController.xib
FontTest/Classes/
FontTest/Classes/FontTestAppDelegate.h
FontTest/Classes/FontTestAppDelegate.m
FontTest/Classes/RootViewController.h
FontTest/Classes/RootViewController.m
FontTest/FontTest-Info.plist
FontTest/FontTest.xcodeproj/
FontTest/FontTest.xcodeproj/project.pbxproj
FontTest/FontTest_Prefix.pch
FontTest/main.m
FontTest/MainWindow.xib
FontTest/RootViewController.xib
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.