摘要: 众说周知,在iOS系统提供的字体是有限的,我们可以利用UIFont类取出查看iOS系统支持的所有字体类型。在此以UITableView列表来展示iPhone支持的所有字体类型。-(NSInteger)numberOfSectionsInTableView:(UITableView*)tableView{//字体家族总数return[[UIFont familyNames] count];}-(NSInteger)tableView:(UITableView*)tableView numberOfRowsInSection:(NSInteger)section{//字体家族包括的字体库总数ret 阅读全文
posted @ 2013-07-12 11:09 古木木 阅读(360) 评论(0) 推荐(0)