An open API service indexing awesome lists of open source software.

https://github.com/talon1024/node-font-list

Node.js module that gets a list of all of your system fonts
https://github.com/talon1024/node-font-list

Last synced: over 1 year ago
JSON representation

Node.js module that gets a list of all of your system fonts

Awesome Lists containing this project

README

          

node-fontlist
==================

This is a node.js module that searches for, and returns a list of fonts installed
on your system. It is intended for use in node-webkit, in case you want to make a
dialog that lets the user choose a font.

The module simply returns an array of strings corresponding to the names of the
font files installed on your system.

Note that this module is still incomplete, and a work in progress.