Closed
Description
字体文件列表是通过JSON获取的,https://nihaojob.github.io/vue-fabric-editor-static/font/free-font.json。
可以在代码中的下拉菜单 增加预览图片
https://github.com/nihaojob/vue-fabric-editor/blob/b55fa4f29004b0e09328568164a490cbb80a1aa0/src/components/attribute.vue#L9-L13
图片的尺寸有些大,并且颜色是白色,样式细节需要调整好,可以参考稿定设计或者创客贴。
另外,如果字体文件较大,可以做一下懒加载的处理,参考如下:。
https://github.com/nihaojob/vue-fabric-editor/blob/b55fa4f29004b0e09328568164a490cbb80a1aa0/src/components/importTmpl.vue#L18-L23