Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.
/ glyph-creator Public archive

Modifies SVG files to use them as font glyphs.

License

Notifications You must be signed in to change notification settings

EnnoxHD/glyph-creator

Repository files navigation

GitHub tag (latest SemVer) Requirements Code Build Tool GitHub

glyph-creator

This tool modifies SVG files to use them as font glyphs for font creation. It converts all strokes to paths and combines all objects in each file. This is useful e.g. if you want to work with an app like Icomoon.

SVG Modification

The operations could be described as:

  1. Select all objects and
  2. convert them from strokes to paths.
  3. Then combine all and
  4. save the result to the same file.
raw before after

(at-sign from Feather Icons (GitHub), licensed under the MIT License (MIT), Copyright (c) 2013-2017 Cole Bemis, LICENSE)

Screenshots

How to use

Dependencies

This program requires at a minimum:

Running

  1. Just run the following command from the command line: for Linux / macOS users it's ./gradlew run for Windows users it's .\gradlew.bat run.
  2. Select the path for the inkscape commandline tool (under Linux / macOS it's inkscape, under Windows it's inkscape.com or inkscape.exe).
  3. Select the folder with the SVG files to convert. (Be sure that there are only those you really want to modify! And watch out for subfolders because their SVG files get converted too!)
  4. Then click the Convert button.

About

Modifies SVG files to use them as font glyphs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages