Skip to main content

Tools for making OpenType-SVG fonts

Project description

PyPI Status Codecov

Tools for making OpenType-SVG fonts

  • addsvg adds an SVG table to a font, using SVG files provided. The font's format can be either OpenType or TrueType.

  • dumpsvg saves the contents of a font's SVG table as individual SVG files. The font's format can be either OpenType, TrueType, WOFF, or WOFF2.

  • fonts2svg generates a set of SVG glyph files from one or more fonts and hex colors for each of them. The fonts' format can be either OpenType, TrueType, WOFF, or WOFF2.

Dependencies

  • Python 3.6 or higher

  • FontTools 3.1.0 or higher

Installation instructions

  • Make sure you have Python 3.6 (or higher) installed:

      python --version
    
  • Setup a virtual environment:

      python -m venv ot-svg
    
  • Activate the environment:

      source ot-svg/bin/activate
    
  • Update pip:

      pip install -U pip
    
  • Install opentypesvg:

      pip install opentypesvg
    

How to make OpenType-SVG fonts?

Step 1

Generate a set of SVG files from a series of fonts and color values.

step1

fonts2svg -c 99ccff,ff0066,cc0066 fonts/Zebrawood-Shadow.otf fonts/Zebrawood-Fill.otf fonts/Zebrawood-Dots.otf

Step 2

Add a set of SVG files to an existing OpenType (or TrueType) font.

step2

addsvg fonts/SVGs fonts/Zebrawood.otf

You can use Step 2 without doing Step 1, but there are a few things you need to be aware of when using the addsvg tool:

  • After the SVG files are saved with the authoring application (e.g. Adobe Illustrator, CorelDRAW!, Inkscape) they should be put thru a process that optimizes and cleans up the SVG code; this will slim down the file size while keeping the resulting artwork the same. For this step you can use one of these tools:

  • addsvg requires the SVG files to be named according to the glyphs which they are meant to be associated with. For example, if the glyph in the font is named ampersand, the SVG file must be named ampersand.svg.

  • addsvg expects the color artwork to have been designed at the same size as the glyphs in the font, usually 1000 or 2048 UPM. This means 1 point (pt) in the authoring app equals 1 unit in font coordinates. If the artwork's canvas size is not the same as the font's UPM value, use the -k option to prevent the tool from removing the SVG's viewBox parameter. Retaining the viewBox parameter will enable the artwork to be scaled to the full extent of the viewport (i.e. the font's UPM).

  • If the artwork's <svg> element contains height and/or width parameters, remove them, otherwise the artwork will have a fixed size and won't be allowed to scale to the full extent of the viewport.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

opentypesvg-1.1.5.tar.gz (155.9 kB view details)

Uploaded Source

Built Distribution

opentypesvg-1.1.5-py3-none-any.whl (14.3 kB view details)

Uploaded Python 3

File details

Details for the file opentypesvg-1.1.5.tar.gz.

File metadata

  • Download URL: opentypesvg-1.1.5.tar.gz
  • Upload date:
  • Size: 155.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for opentypesvg-1.1.5.tar.gz
Algorithm Hash digest
SHA256 21afa214d9a6c33743aa544f0a844779de99f9562f6990e4d3af8108adcd1b27
MD5 6310d3d594af79ac83729a00edf36ece
BLAKE2b-256 a0c8063ff429ea83259ee3e915c516c8fe4bf23aace670d47f2be4321c43795b

See more details on using hashes here.

File details

Details for the file opentypesvg-1.1.5-py3-none-any.whl.

File metadata

  • Download URL: opentypesvg-1.1.5-py3-none-any.whl
  • Upload date:
  • Size: 14.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5

File hashes

Hashes for opentypesvg-1.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 690f1fc622ee4b69b0230a78d2df5c394619fcf78092714df86c3dc5433c0ea7
MD5 dc48c797557d4f6746d6763c0157335d
BLAKE2b-256 3b4ec2cfce85553778b51ff165526337b5136dfd5f68e6033e565a65850f5f3c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page