<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tinyfool的Blog &#187; code</title>
	<atom:link href="http://tiny4.org/blog/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://tiny4.org/blog</link>
	<description>这就是我，Tinyfool，郝培强！身高180，体重240，标准的中年老胖子。 有妻有女，无房无车，现居上海，程序员。</description>
	<lastBuildDate>Fri, 20 Apr 2012 00:58:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>如何使用Objective-C获取iPhone/iPad内全部字体的Fontfamily和FontName？</title>
		<link>http://tiny4.org/blog/2010/06/fontfamily-name-fontname-ipad-iphone/</link>
		<comments>http://tiny4.org/blog/2010/06/fontfamily-name-fontname-ipad-iphone/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 14:03:28 +0000</pubDate>
		<dc:creator>tinyfool</dc:creator>
				<category><![CDATA[代码样例]]></category>
		<category><![CDATA[开发]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[代码]]></category>
		<category><![CDATA[字体]]></category>

		<guid isPermaLink="false">http://tiny4.org/blog/?p=336</guid>
		<description><![CDATA[How to use Objective-C get all fontfamily name and fontname in an iPad or iPhone? 代码很简单，效果就是把全部字体家族和字体名都输出到调试窗口。 NSArray* familys = [UIFont familyNames]; for (int i = 0; i&#60;[familys count]; i++) { NSString* family = [familys objectAtIndex:i]; NSLog(@&#34;rnrnFontfamily:%@rn=====&#34;,family); NSArray* fonts = [UIFont fontNamesForFamilyName:family]; for (int j = 0; j&#60;[fonts count]; j++) { NSLog(@&#34;%@&#34;,[fonts objectAtIndex:j]); } }<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F07%2Fiphone-ipad-design%2F&from=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F06%2Ffontfamily-name-fontname-ipad-iphone%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">iPhone/iPad开发讲座 第二讲 iPhone用户界面设计 Keynote放出</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F06%2Fiphone-ipad-ios-development-01%2F&from=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F06%2Ffontfamily-name-fontname-ipad-iphone%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">iPhone/iPad开发讲座 第一讲 IOS开发简介 Keynote放出</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F06%2Fwwdc-2010-ipad-iphone-pdf%2F&from=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F06%2Ffontfamily-name-fontname-ipad-iphone%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">WWDC 2010的一些数字、细节以及我的感受</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F03%2Fiphone-developer%2F&from=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F06%2Ffontfamily-name-fontname-ipad-iphone%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">关于iPhone平台开发生态我的看法（谈iPhone到底是封闭还是开放）</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F07%2Fiphone-ipad-ui-keynote-base%2F&from=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F06%2Ffontfamily-name-fontname-ipad-iphone%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">iPhone/iPad开发讲座 第三讲 基础UI和基础编程 Keynote放出</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></description>
			<content:encoded><![CDATA[            <script type="text/javascript" src="http://tiny4.org/blog/wp-content/plugins/wordpress-code-snippet/scripts/shBrushCpp.js"></script>
<p>How to use Objective-C get all fontfamily name  and fontname in an iPad or iPhone?</p>
<p>代码很简单，效果就是把全部字体家族和字体名都输出到调试窗口。<pre class="brush: cpp">	NSArray* familys = [UIFont familyNames];
	
	for (int i = 0; i&lt;[familys count]; i++) {
		
		NSString* family = [familys objectAtIndex:i];
		NSLog(@&quot;rnrnFontfamily:%@rn=====&quot;,family);
	
		NSArray* fonts = [UIFont fontNamesForFamilyName:family];
	
		for (int j = 0; j&lt;[fonts count]; j++) {
		
			NSLog(@&quot;%@&quot;,[fonts objectAtIndex:j]);
		}
	}
</pre></p>
<table class="wumii-related-items" cellspacing="0" cellpadding="2" border="0" width="100%" style="clear: both;">
    
    <tr>
        <td ><b><font size="-1"  style="display: block !important; padding: 20px 0 5px !important;">您可能也喜欢：</font></b></td>
    </tr>
    
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F07%2Fiphone-ipad-design%2F&from=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F06%2Ffontfamily-name-fontname-ipad-iphone%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">iPhone/iPad开发讲座 第二讲 iPhone用户界面设计 Keynote放出</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F06%2Fiphone-ipad-ios-development-01%2F&from=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F06%2Ffontfamily-name-fontname-ipad-iphone%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">iPhone/iPad开发讲座 第一讲 IOS开发简介 Keynote放出</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F06%2Fwwdc-2010-ipad-iphone-pdf%2F&from=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F06%2Ffontfamily-name-fontname-ipad-iphone%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">WWDC 2010的一些数字、细节以及我的感受</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F03%2Fiphone-developer%2F&from=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F06%2Ffontfamily-name-fontname-ipad-iphone%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">关于iPhone平台开发生态我的看法（谈iPhone到底是封闭还是开放）</font>
                    </a>
                </td>
            </tr>
            <tr>
                <td style="margin: 0 !important; padding: 0 !important; line-height: 20px !important;">
                    <img border="0" src="http://static.wumii.com/images/widget/widget_solidPoint.gif">
                    <a target="_blank" style="text-decoration: none !important;" href="http://app.wumii.com/ext/redirect?url=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F07%2Fiphone-ipad-ui-keynote-base%2F&from=http%3A%2F%2Ftiny4.org%2Fblog%2F2010%2F06%2Ffontfamily-name-fontname-ipad-iphone%2F">
                        <font size="-1" color="#333333" style="line-height: 1.65em; font-size: 12px !important;">iPhone/iPad开发讲座 第三讲 基础UI和基础编程 Keynote放出</font>
                    </a>
                </td>
            </tr>
    
    <tr>
        <td  align="right">
            <a style="text-decoration: none !important;" href="http://www.wumii.com/widget/relatedItems" target="_blank" title="无觅相关文章插件">
                <font size="-1" color="#bbbbbb" style="display: block !important; font-family: arial !important; padding: 5px 0 !important; font-size: 12px !important; color: #bbb !important;">无觅</font>
            </a>
        </td>
    </tr>
</table>]]></content:encoded>
			<wfw:commentRss>http://tiny4.org/blog/2010/06/fontfamily-name-fontname-ipad-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

