I am trying in an iPhone app to set the possibility for the user to choose the fonts.
I have already made progress using the UIFont class. Here is my question : When the choice of a Font within a Font Family is made how to I know the possibilities the user has for the size? Is there a way to list them? I did not see anything like that in the UIFont documentation or anywhere I looked on the net.
Thanks for any piece of information.