1 Star 1 Fork 0

HonestQiao / 网页版bdf转pcf字体转换工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.sh 291 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jeff Epler 提交于 2021-01-05 14:22 . Increase memory to 64MB
#!/bin/sh
[ -d output ] || mkdir output
emcc -O -Wall -Werror -s TOTAL_MEMORY=67108864 -s SAFE_HEAP=1 -s STACK_OVERFLOW_CHECK=1 -s ASSERTIONS=2 -s FORCE_FILESYSTEM=1 -s EXPORTED_RUNTIME_METHODS="['ccall']" -DPACKAGE_STRING=\"bdftopcf\" -I . *.c -o output/index.html --shell-file shell.html
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/honestqiao/web_bdf2pcf.git
git@gitee.com:honestqiao/web_bdf2pcf.git
honestqiao
web_bdf2pcf
网页版bdf转pcf字体转换工具
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891