Metadata-Version: 2.1
Name: vpype-ttf
Version: 0.0.3
Summary: vpype ttf plugin
Home-page: https://github.com/johnbentcope/vpype-ttf/
Author: John Cope
Author-email: johnbentcope@gmail.com
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# vpype-ttf
Vpype plugin for ttf
See: https://github.com/abey79/vpype

## Installation
* Install repository:
* `pip install vpype-ttf`

## Usage
Have font file specified, eg:
* `vpype render ./Vera.ttf "Vpype!" write a.svg`

<img width="1031" alt="chrome rendered text" src="https://user-images.githubusercontent.com/3302478/210492140-51e4759b-12a4-49c0-8907-5fe28be21d0d.png">

## Options
vpype-ttf currently supports font scaling with the -s or --size option.
* `vpype render -s 10cm ./Vera.ttf "Vpype!" write a.svg`

## Contributing 
Thanks to [Tatarize](https://github.com/tatarize) for creating this plugin in the first place.
If you would like to contribute and expand vpype-ttf, bug reports, feature requests, and issues are welcome.
