I use custom fonts in the app. The number of fonts is not limited. Some fonts do not have lowercase support, but I need to enable / disable the lowercase / uppercase button in the UI. How can I determine if the font supports lowercase and uppercase, or only one of the modes?
- Can you give an example of a font that does not support lowercase? I want to do a couple of experiments. - Ivan Kramarchuk
- @IvanKramarchuk yes, of course Horizon. I looked in Google Fonts, there is no our option, I asked the manager if I can put this file openly, if the answer is positive, I will give you a link to the file - Alexander Khitev February
- @IvanKramarchuk please look at Impact Label and Bebas Neue fonts - Alexander Khitev February
- I tried. Unfortunately, I have not found such a way. The built-in UIFont capHeight and lineHeight functions return an invalid value. - Ivan Kramarchuk
- @IvanKramarchuk thanks for the reply - Alexander Khitev February
|