美文网首页
字形参数含义

字形参数含义

作者: lltree | 来源:发表于2017-02-24 14:15 被阅读12次

原文:http://www.docin.com/p-721844449.html

111.png 222.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://www.haomeiwen.com/subject/tcgxwttx.html