Package detail

fontforge

sgen1.7kMIT0.0.4

A Node.js wrapper for fontforge

fontforge, font, forge, fonts

readme

node-fontforge

A Node.js wrapper for FontForge

NPM version Build Status Build Status

Installation

npm install fontforge

Usage

getName(src)

getName() returns the name of the font stored in src

import { getName } from 'fontforge';

// Contains 'MyFont'
const src = 'MyFont-File.ttf';
const name = getName(src);

// Oututs: 'MyFont'
console.log(name);

License

MIT License