聯(lián)系人:石虎 QQ:1224614774昵稱:嗡嘛呢叭咪哄
? ? ? ? ? ? ? ? ? ? ?QQ群:807236138群稱:?iOS 技術(shù)交流學(xué)習(xí)群
一上陕、例子:字體默認(rèn)是 13
參考 :?https://blog.csdn.net/shihuboke/article/details/108762559
privatelazyvartitleLabel:UILabel= {
letlabel =UILabel()
label.font =UIFont.systemFont(ofSize:13, weight: .regular)
label.textColor =UIColor.colorWithHex("222222")
returnlabel
? ? }()
?? ? print("font pointSize=\( titleLabel.font.pointSize) \n ascender=\( titleLabel.font.ascender)? \n descender= \( titleLabel.font.descender)? \n capHeight= \( titleLabel.font.capHeight)? \n xHeight= \( titleLabel.font.xHeight)? \n leading= \( titleLabel.font.leading) ? \n lineHeight= \( titleLabel.font.lineHeight) ")
二桩砰、打印結(jié)果:
原字體大小是 13,打印結(jié)果如下
font pointSize=13.0?
ascender=12.3779296875?
descender= -3.1357421875?
capHeight= 9.15966796875?
xHeight= 6.8427734375?
leading= 0.0? ?
lineHeight= 15.513671875?
三、屬性場(chǎng)景:
//? ? ? ? ? ? titleLabel.font.pointSize, // 返回字體大小
//? ? ? ? ? ? titleLabel.font.ascender,? // 基準(zhǔn)線以上的最高y坐標(biāo)
//? ? ? ? ? ? titleLabel.font.descender, // 基準(zhǔn)線以下的最低y坐標(biāo)
//? ? ? ? ? ? titleLabel.font.capHeight, // 返回大寫字母的高度
//? ? ? ? ? ? titleLabel.font.xHeight, ? // 返回小寫x的高度
//? ? ? ? ? ? titleLabel.font.leading, ? // 返回文本行的高度
//? ? ? ? ? ? titleLabel.font.lineHeight // 返回文本行的高度