提问人:Christopher Ross 提问时间:10/20/2023 最后编辑:Christopher Ross 更新时间:10/20/2023 访问量:10
将文本或字符串更改为弧形
Change text or string to Arc Shape
问:
在这里输入图像描述这是我的代码,我希望它更像下图一样的弧形
ub.data.textShapeArcConfiguration = { 曲线:800, offset_y:-1000, text_height: 1600, 底部:1600, font_size: 450, // 此处增加字体大小 start_angle: -50, end_angle: 50, letter_spacing: 5, text_rotation: -15 }
ub.data.textShapeArcConfiguration = { 曲线:800, offset_y:-1000, text_height: 1600, 底部:1600, font_size: 450, // 此处增加字体大小 start_angle: -50, end_angle: 50, letter_spacing: 5, text_rotation: -15 } 我尝试了这段代码,但它没有给我文本弧形
答: 暂无答案
评论