I'd start with the UIFont class reference. UIFont has some meaningful class methods:
Code:
+ labelFontSize
+ buttonFontSize
+ smallSystemFontSize
+ systemFontSize
I'd suspect the alertview probably uses the labelFontSize.
Additionally you have
Code:
+ systemFontOfSize:
+ boldSystemFontOfSize:
This will give you the font being useed.