原文:http://www.docin.com/p-721844449.html
![](https://img.haomeiwen.com/i2160098/cdf1a17d199cef4f.png)
![](https://img.haomeiwen.com/i2160098/329de982ca098a98.png)
UIFont *font = [UIFont fontWithName:@"PingFangSC-Regular"size:15.f] ?: [UIFont systemFontOfSize:14.f];
CGFloat ascender = font.ascender;
CGFloat descender = font.descender;
CGFloat pointSize = font.pointSize;
CGFloat lineHeight = font.lineHeight;
CGFloat capHeight = font.capHeight;
CGFloat xHeight = font.xHeight;
CGFloat leading = font.leading;
![](https://img.haomeiwen.com/i2160098/5b7df7cd7a66633c.jpeg)
网友评论