Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を作成して正常に動作するiPadアプリがありますpdfが、見出しを太字にしようとしています。
iPad
pdf
現在私は持っています:
UIFont *font = [UIFont fontwithname:@"arial" size 12];
テキストを太字にするために何を追加する必要があるかを知りたいです。
どうもありがとう
これはトリックを行います:
UIFont *font = [UIFont fontWithName:@"Arial-BoldMT" size:12.0];