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
- Host: GitHub
- URL: https://github.com/talon1024/node-font-list
- Owner: Talon1024
- Created: 2014-05-08T06:32:00.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-13T17:12:21.000Z (about 12 years ago)
- Last Synced: 2025-02-09T21:27:45.263Z (over 1 year ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.