YYText
YYText copied to clipboard
这种类型的是竖排文字展示是否支持?如图:相当于顺时针旋转九十度的竖排。
YYLabel 这个属性
/**
Whether the receiver's layout orientation is vertical form. Default is NO.
It may used to display CJK text.
*/
@property (nonatomic, getter=isVerticalForm) BOOL verticalForm;
YYLabel 这个属性 /** Whether the receiver's layout orientation is vertical form. Default is NO. It may used to display CJK text. */ @property (nonatomic, getter=isVerticalForm) BOOL verticalForm;
不支持。 中文的方块字,变为竖排时,每个字符仍然正着显示;类似英文拉丁的字母,变为竖排时,每个字符右转90°显示