add svg-fonts to fonts section

This commit is contained in:
Brian Boucheron
2020-03-16 21:13:01 -04:00
committed by GitHub
parent 2609261852
commit 70fbaa9623

View File

@@ -108,7 +108,6 @@ Software that is specific to a particular plotter or controller.
- [saxi](https://github.com/nornagon/saxi) - Driver and library for the AxiDraw. Uses constant-acceleration motion planning and automatically resizes to paper.
- [MP2300-Tools](https://github.com/Jan--Henrik/MP2300-Tools) - Software for converting HPGL to Graphtec's GPGL format, as well as CAD files for a Graphtec plotter pen adapter.
### Vector Creation
Tools to create vector artwork from scratch or by conversion from other formats.
@@ -146,7 +145,6 @@ Tools to manipulate and optimize vector-based file formats.
- [svg-crowbar](https://github.com/NYTimes/svg-crowbar) - Chrome-only bookmarklet for extracting SVG from an HTML document.
- [vpype](https://github.com/abey79/vpype) - Plotter-focused Python-based CLI utility for generating and manipulating SVGs, including scaling and optimizing paths.
### Fonts
Single-line vector fonts or "engraving fonts".
@@ -155,6 +153,7 @@ Single-line vector fonts or "engraving fonts".
- [Hershey Vector Font](http://paulbourke.net/dataformats/hershey) - `.fnt` format of vector fonts from the 60s. Includes a good overview of the original data format of the fonts.
- [hershey-fonts](https://github.com/kamalmostafa/hershey-fonts) - C library and original font data for the Hershey fonts.
- [OneLineFonts.com](https://www.onelinefonts.com) - Commercial site with some single-line fonts available for purchase.
- [svg-fonts](https://gitlab.com/oskay/svg-fonts) - Single-line fonts in an SVG format, mainly for use with the [Hershey Text](https://gitlab.com/oskay/hershey-text) Inkscape plugin.
## Inspiration and Instruction