Open IanXV opened 3 years ago
Use font
to display ∏π
and other symbols:
mo.addText('∏π', {
font: 'math'
})
Currently, the following fonts are supported:
The font files are located at:
\node_modules\_movy@0.0.5@movy\src\fonts
should be fixed by cab4e8c
I ran the hello-world according to the README on the OS X platform, but what the browsers displayed was
movy.js is simple?
, instead ofmovy.js is simple!
.After a few tries I found some common symbols like:
!`_
and other symbols like:∏π
will be displayed as?
.Both my editor(VS Code 1.52.1) and browsers (Chrome 88.0.4324.96 and Safari 14.0.2) are encoding=UTF-8.