Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fontello/svg-font-create
Create SVG font from separate images
https://github.com/fontello/svg-font-create
Last synced: 3 months ago
JSON representation
Create SVG font from separate images
- Host: GitHub
- URL: https://github.com/fontello/svg-font-create
- Owner: fontello
- License: mit
- Created: 2013-05-02T03:42:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-02-18T01:19:30.000Z (over 6 years ago)
- Last Synced: 2024-04-13T21:44:08.614Z (7 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 69
- Watchers: 9
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-typography - SVG font creator - Create SVG font from separate images. (JavaScript)
README
SVG font creator
================This tool creates SVG font from separate images. Due simplified process,
images must be preliminary optimized with [SVGO](https://github.com/svg/svgo):- scaled to required height
- all paths joined to single one
- no `fill` commands colors transforms and others
- `fill` defined by polyline direction (`cw` - black, `ccw` - white)Installation:
```
npm install svg-font-create
```Usage example:
See Makefile in embedded fonts repos https://github.com/fontello/awesome-uni.font/blob/master/Makefile
License
-------
View the [LICENSE](https://github.com/fontello/svg-font-create/blob/master/LICENSE) file
(MIT).