leaferjs / ui

一款好用的 Canvas 渲染引擎,革新的体验。高效绘图 、UI 交互(小游戏、互动应用、组态)、图形编辑。
https://www.leaferjs.com
MIT License
2.32k stars 81 forks source link

text 的 textdecoration 文档描述不一至 #166

Closed 3400442579 closed 1 month ago

3400442579 commented 1 month ago

https://www.leaferjs.com/ui/reference/property/Text.html#textdecoration-itextdecoration

type ITextDecoration = 'none' | 'strikethrough' | 'underline' // 这个没有效果

https://www.leaferjs.com/ui/reference/display/Text.html#textdecoration-itextdecoration

type ITextDecoration = | 'under' // 下划线 | 'delete' // 删除线 | 'none'

leaferjs commented 1 month ago

第一个咋被你搜索出来了(这个是早期的,我删除一下),以第二个为准哈~

3400442579 commented 1 month ago

在搜索框那 输入 就会出来 两个连接,今天试了一下,只有一个了 ,但连接还是可以访问