https://github.com/openmaptiles/genfontgl
Create a fontstack folder from a TTF font for Mapbox GL
https://github.com/openmaptiles/genfontgl
Last synced: 12 months ago
JSON representation
Create a fontstack folder from a TTF font for Mapbox GL
- Host: GitHub
- URL: https://github.com/openmaptiles/genfontgl
- Owner: openmaptiles
- License: mit
- Created: 2015-09-13T10:51:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-11-12T23:56:59.000Z (over 4 years ago)
- Last Synced: 2025-06-09T21:52:27.816Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/genfontgl
- Size: 7.81 KB
- Stars: 86
- Watchers: 3
- Forks: 29
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
genfontgl
-----
A simple command line tool to generate fonts for Mapbox GL via fontnik without gzipping the result.
Usage: ```genfontgl OpenSans-Regular.ttf [output location]```
Or if not installed globally: ```npm run genfontgl -- OpenSans-Regular.ttf [output location]```
Based on:
* [Fontmachine](https://github.com/mapbox/fontmachine)
* [build-glyphs](https://github.com/mapbox/node-fontnik/blob/master/bin/build-glyphs)