7sDream / fontfor

Find fonts which can show a specified character and preview them in terminal or browser.
GNU General Public License v3.0
160 stars 7 forks source link

Glyph render in ASCII mode is too narrow #61

Closed 7sDream closed 10 months ago

7sDream commented 10 months ago

We use ASCII character in terminal as canvas pixel. Normally, the character w/h radio will around 1:2 for most fonts.

Render code should consider this, maybe repeat each character is good enough, a better option is set the right scale factor in rasterization step.