You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`var fontCarrier = require('font-carrier')
var transFont = fontCarrier.transfer('./PingFang-SC-Regular.ttf')
var font = fontCarrier.create()
var gs = transFont.getGlyph('我是谁?')
`var fontCarrier = require('font-carrier')
var transFont = fontCarrier.transfer('./PingFang-SC-Regular.ttf')
var font = fontCarrier.create()
var gs = transFont.getGlyph('我是谁?')
font.setGlyph(gs)
font.output({
path: './ttf'
})
console.log(font)`
我想把 "我是谁?"这四个字符的unicode编码修改掉,然后在导出字体,我在web HTML用我自定义编码, 谢谢您.去回复
The text was updated successfully, but these errors were encountered: