YYText icon indicating copy to clipboard operation
YYText copied to clipboard

这种类型的是竖排文字展示是否支持?如图:相当于顺时针旋转九十度的竖排。

Open tipshot opened this issue 6 years ago • 2 comments

image

tipshot avatar Mar 01 '19 01:03 tipshot

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;

liuliangju avatar Mar 04 '19 08:03 liuliangju

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°显示

cqhcqhcqh avatar Feb 17 '20 09:02 cqhcqhcqh