Skip to content

sgen/node-fontforge

Repository files navigation

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

About

A Node.js wrapper for fontforge

Resources

License

Stars

Watchers

Forks

Packages

No packages published