os fonts:检索操作系统上可用的字体 源码
操作系统字体 检索操作系统上可用的字体。 安装 $ 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
文件列表
os-fonts-master.zip
(预估有个13文件)
os-fonts-master
yarn.lock
90KB
.babelrc
75B
.travis.yml
124B
LICENSE
1KB
__tests__
index.js
3KB
__mocks__
recursive-readdir.js
681B
recursive-readdir-sync.js
688B
暂无评论