ibireme / YYText

Powerful text framework for iOS to display and edit rich text.
MIT License
8.84k stars 1.69k forks source link

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

Open tipshot opened 5 years ago

tipshot commented 5 years ago

image

liuliangju commented 5 years ago
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;
cqhcqhcqh commented 4 years ago
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°显示