builtree / handwrite

Handwrite generates a custom font based on your handwriting sample.
https://pypi.org/project/handwrite/
MIT License
366 stars 46 forks source link

handwrite: cli: Add optional params for filename, family name and font style #62

Closed sakshamarora1 closed 2 years ago

yashlamba commented 2 years ago

Dependency issue: https://github.com/mkdocstrings/mkdocstrings/issues/295

sakshamarora1 commented 2 years ago

@yashlamba

  1. When we find that the font file already exists, we append its corresponding config file name used (I guess we did to accommodate the multiple config cases we are removing in this PR). Will remove the first if-else block and then it will create the consequent files like yo (1).ttf, yo (1) (1).ttf, and so on. https://github.com/cod-ed/handwrite/blob/8784a45868e0e2ae369d0f0c74fb9091f4eb4eb1/handwrite/svgtottf.py#L155-L164
  2. What's the context here?

Resolved