字体::paintbrush:用于字体栅格化的简单deno模块 源码
字形 这是一个简单的deno模块,提供wasm绑定到以进行字体光栅化和布局,并支持TrueType( .ttf/.ttc )和OpenType( .otf )。 例 栅格化 import { Font } from "https://deno.land/x/font/mod.ts" ; // Read the font data. const data = await Deno . readFile ( "../Roboto-Regular.ttf" ) ; // Parse it into the font type. const font = new Font ( fon
文件列表
font-main.zip
(预估有个19文件)
font-main
.rustfmt.toml
50B
Cargo.toml
717B
.github
FUNDING.yml
45B
workflows
depsbot.yml
385B
checks.yml
735B
wasm.js
123KB
Cargo.lock
7KB
暂无评论