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

fontfeatures

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fontfeatures

Detect a font file’s available OpenType features.

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

fontfeatures

Detect a font file’s available OpenType features.

Uses Fontkit to read font files and spit out basic information. For example, “Does this font support small caps?”

Install

npm install -g fontfeatures

Usage

fontfeatures ApexSerif-Book.woff

Sample Output

Postscript Name:  ApexSerif-Book
Full Name:  ApexSerif-Book
Family Name:  Apex Serif Book
Subfamily Name:  Regular
Copyright:  Copyright (c) Thirstype, Inc., 2003. All rights reserved.
Version:  Version 5.000;PS 001.001;hotconv 1.0.38

Number of Glyphs: 634
Character Range (Unicode): 32–65535

OpenType Features: c2sc, case, dnom, frac, liga, lnum, numr, onum, pnum, smcp, tnum, zero, cpsp, kern

✅  Yes, this font supports small caps.

Supported Files

  • TrueType (.ttf)
  • OpenType (.otf)
  • WOFF
  • WOFF2
  • TrueType Collection (.ttc)
  • Datafork TrueType (.dfont)

FAQs

Package last updated on 12 Feb 2018

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