フォントを表示するのに問題があります。(流砂)
<key>UIAppFonts</key>
<array>
<string>bebas.ttf</string>
<string>Quicksand_Bold.ttf</string>
<string>Quicksand_Book.ttf</string>
</array>
私はそれを「流砂」、「流砂太字」、「流砂太字」などと呼ぶさまざまな方法を試しました。
UILabel *theLabel = [[UILabel alloc] initWithFrame:CGRectMake(20, 20, 890, 60)];
theLabel.font = [UIFont fontWithName:@"Quicksand-Bold" size:50];
theLabel.text = @"Label Text";
使用する名前を見つける簡単な方法はありますか?Font Bookでは、「QuicksandBoldRegular」という名前が付けられていますがこれも機能しません。