buuing / lucky-canvas

🎖🎖🎖 基于 TS + Canvas 开发的【大转盘 / 九宫格 / 老虎机】抽奖插件,🌈 一套源码适配多端框架 JS / Vue / React / Taro / UniApp / 微信小程序等,🎨 奖品 / 文字 / 图片 / 颜色 / 按钮均可配置,支持同步 / 异步抽奖,🎯 概率前 / 后端可控,🚀 自动根据 dpr 调整清晰度适配移动端
https://100px.net
Apache License 2.0
7.59k stars 914 forks source link

怎样让 `LuckyWheel` 组件的 prizes 文字径向显示而非换行 #452

Open elkon028 opened 8 months ago

elkon028 commented 8 months ago

如下图,怎样让 LuckyWheel 组件的 prizes 文字径向显示而非换行

image
zhaoliangshun commented 8 months ago

我也是這個問題

buuing commented 8 months ago

目前只能文字竖排, 并不能文字旋转角度

noah2000 commented 1 month ago

fontSize: 12, 文字大小 12px lengthLimit: 12, // 宽度12px限制一下就好了