Skip to content
/ text2svg Public

A command line tool help convert text to svg file

License

Notifications You must be signed in to change notification settings

tizee/text2svg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <FILE>      input file
  -o, --output <OUTPUT>  output svg file path [default: output.svg]
      --font <FONT>      font
      --size <SIZE>      font size [default: 64]
      --fill <FILL>      svg fill mode or fill color [default: none]
      --color <COLOR>    font color [default: #000]
      --space <SPACE>    letter space (em) [default: 0.1]
      --highlight        highlight mode
      --theme <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

About

A command line tool help convert text to svg file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages