New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

font-stats

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

font-stats

Takes a directory of fonts and generates a JSON file with detailed font statistics

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

font-stats

Generates useful information about a font from a font file.

For example:

  • Find all the ligatures contained within a font file (as groups of code points or strings).
  • Generate a unicode-range that directly matches all the code points in a font file.
  • Find all of the available OpenType features (font-feature-settings values) in a font file.

Installation

Available on npm as font-stats:

npm install font-stats

Usage

let opensans = new FontStats("./fonts/OpenSans-Regular.ttf");
console.log( opensans.stats );

Keywords

font

FAQs

Package last updated on 26 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts