iphone - Which font is used by [UIFont systemFontOfSize:15]? -


I want to use a UIWebView as the other app texts with the same typographic appearance, Code> [UIFont systemFontOfSize: 15] . But before doing some forensic research, do anyone know what exactly is the font?

You should be able to inspect fontName UIFont's property [UIFont systemFontOfSize: 15] .

  NSString * fontName = [UIFont systemFontOfSize: 15] is returned by. FontName;  

Comments