如何让 Text 使用 iconfont 绘制? #1579
Closed
xiaoiver
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
可以参考如何使用 Canvas2D API 绘制 iconfont:
https://stackoverflow.com/questions/35570801/how-to-draw-font-awesome-icons-onto-html-canvas-version-5
首先需要加载字体,可以使用 webfont-loader 这样的工具,加载完成后就可以正常绘制了:
DEMO:https://stackblitz.com/edit/vitejs-vite-owlt9h?file=src%2Fmain.ts
Beta Was this translation helpful? Give feedback.
All reactions