1 UIFont *font1 = [UIFont systemFontOfSize:[UIFont smallSystemFontSize]]; // 系统小字体 2 UIFont *font2 = [UIFont systemFontOfSize:[UIFont labelFontSize]]; // 系统标签字体 3 UIFont *font3 = [UIFont boldSystemFontOfSize:20]; // 加粗字体 4 UIFont *font4 = [UIFont italicSystemFontOfSize:20]; // 斜体