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

Make Ruler look more like Xcode by creating custom font. Make ruler font and ruler Inset scale with text font size. #170

Closed Eliulm closed 1 year ago

Eliulm commented 1 year ago

Description

This PR adds a customized SF Pro Font which aims to look like the Xcode Digits font. The ruler font and the ruler insets scale with the text font size.

Related Issues

Checklist

Screenshots

PointSize 13: Xcode left, CodeEdit Right:

image

PointSize 20: Xcode left, CodeEdit Right:

image