1. 首页
  2. 数据库
  3. 其它
  4. os fonts:检索操作系统上可用的字体 源码

os fonts:检索操作系统上可用的字体 源码

上传者: 2021-02-22 22:49:34上传 ZIP文件 37KB 热度 7次
操作系统字体 检索操作系统上可用的字体。 安装 $ npm install --save os-fonts 用法 const osFonts = require ( 'os-fonts' ) ; osFonts . getAll ( ) . then ( fonts => { // array of fonts... fonts . forEach ( font => { console . log ( font ) ; } ) ; } ) API getAll([useType]) 返回带有所有字体的所有路径的Promise 。 useType 类型: String
下载地址
用户评论