字形 这是一个简单的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