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.
この質問に従って、このカスタム フォントを追加すると機能します。
[self.textView setFont:[UIFont fontWithName:@"VPS_Vinh_Yen_Thuong" size:26]];
ただし、次のように入力すると、一部の特殊文字が大きくなり、フォント形式に従わないことがあります。
UITextView のフォントを Arial に設定すると、この問題は発生しません。
それを解決するために何をする必要があるか教えてください。ありがとう!