# text2svg A tool help to convert text to svg file with highlighting support. ## Usage ``` Usage: text2svg [OPTIONS] [TEXT] Arguments: [TEXT] input text string Options: -f, --file input file -o, --output output svg file path [default: output.svg] --font font --size font size [default: 64] --fill svg fill mode or fill color [default: none] --color font color [default: #000] --space letter space (em) [default: 0.1] --highlight highlight mode --theme highlight theme or path to theme [default: base16-ocean.dark] --list-syntax list supported file types/syntax --list-theme list supported theme -d, --debug debug mode --list-fonts list installed fonts -h, --help Print help -V, --version Print version ``` ## How it works WIP