home > [Objective-C] UIFont

[Objective-C] UIFont

January 07, 2013



// スタイル:ノーマル、サイズ:標準
UIFont *font = [UIFont systemFontOfSize:[UIFont systemFontSize]];
// スタイル:ノーマル、サイズ:24
UIFont *font = [UIFont systemFontOfSize:24];
// スタイル:斜体、サイズ:小さめ
UIFont *font = [UIFont italicSystemFontOfSize:[UIFont smallSystemFontSize]];
// スタイル:太字、サイズ:ボタン用サイズ
UIFont *font = [UIFont boldSystemFontOfSize:[UIFont buttonFontSize]];
// フォント名:AppleGothic、サイズ:標準
UIFont *font = [UIFont fontWithName:@"AppleGothic" size:[UIFont systemFontSize]];
// フォント名:Courier、サイズ:20
UIFont *font = [UIFont fontWithName:@"Courier" size:[UIFont systemFontSize]];

参考サイト
http://iphone-tora.sakura.ne.jp/uifont.html



ブックマークする hatena del.ico.us


Comments

Post a Comment






Remember personal info