CodeEditApp / CodeEditSourceEditor

A code editor view written in Swift powered by tree-sitter.
https://codeeditapp.github.io/CodeEditSourceEditor/documentation/codeeditsourceeditor
MIT License
504 stars 74 forks source link

✨ Configuration to adjust letter spacing #153

Closed austincondiff closed 1 year ago

austincondiff commented 1 year ago

Describe the solution you'd like

This configuration variable will adjust the amount of spacing in between each character. This will be a multiple of the character itself.

Examples

Value Description
1 no spacing in between characters
1.5 a half of a characters width between characters
2 a full characters width in between characters

Note: We are not limited to the three values above, they are just examples to illustrate how this will work.

Related issues