Is there a font that supports all scripts? Ideally and “Apple” font, so I can use it in my iOS app without having to pay royalties.
I will use it in a UILabel.
Thanks,
Pieter
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To my knowledge, iOS handles diacritic languages itself, and the iOS keyboard is quite robust when it comes to accented characters in the standard system font. Xcode even supports the copying and pasting of most (if not all) of these characters directly into string literals.
tl;dr Use the system font. (
[UIFont systemFontOfSize:mySize];)