chrissimpkins / codeface

Typefaces for source code beautification
Other
6.15k stars 416 forks source link

Font Rendering in Screenshots #167

Closed monolifed closed 3 years ago

monolifed commented 6 years ago

I am using some of these font. They look better on linux than they do in those screenshots. I assume lcdfiltering is not used because they would looks different on different displays. But larger font rendered with hintfull might illustrate the fonts better.

chrissimpkins commented 6 years ago

We are using an automated rendering process with pango/cairo:

https://github.com/chrissimpkins/codeface/blob/master/scripts/render.py

Have thoughts about how to improve it? Or transition to something completely new that still allows us to use the syntax highlighting? I am open to changes if there are any thoughts out there.

monolifed commented 6 years ago

Perhaps a shell/python script which

chrissimpkins commented 6 years ago

I am not aware of an approach that would perform those tasks. I suspect that there is a way to do it with another font renderer (or perhaps settings that improve the display with the current approach). Let's leave this open to see if we get any feedback from others out there.