0
如何使用不同的系統字體爲行//pointsLabel.font = FontHUD,沒有自定義字體,但不同的字體,可以在系統什麼是迅速的一個基本的字體,我可以使用的UILabel
//"points" label
var pointsLabel = UILabel(frame: CGRectMake(ScreenWidth-340, 30, 140, 70))
pointsLabel.backgroundColor = UIColor.clearColor()
//pointsLabel.font = FontHUD
pointsLabel.text = " Points:"
self.addSubview(pointsLabel)