文件名称:字体::paintbrush:用于字体栅格化的简单deno模块
文件大小:98KB
文件格式:ZIP
更新时间:2024-02-26 06:57:39
font opentype truetype deno FontTypeScript
字形 这是一个简单的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 ( font ) ; //
【文件预览】:
font-main
----.rustfmt.toml(50B)
----Cargo.toml(717B)
----.github()
--------FUNDING.yml(45B)
--------workflows()
----wasm.js(123KB)
----Cargo.lock(7KB)
----src()
--------lib.rs(4KB)
----scripts()
--------build.ts(2KB)
--------lint.ts(406B)
--------_deps.ts(261B)
--------clean.ts(355B)
--------_util.ts(875B)
--------fmt.ts(407B)
----LICENSE(1KB)
----README.md(4KB)
----.gitignore(43B)
----CHANGELOG.md(1KB)
----mod.ts(9KB)