7sDream / fontfor

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

fix(tui): ascii too narrow #63

Closed 7sDream closed 1 year ago

7sDream commented 1 year ago

Add a hscale param in rasterizer, in ASCII mode, we set it to 2.0 to make a horizontal stretched bitmap.

This not effect Mono and Moon render, as expected.

Preview:

ascii-narrow

Fixes #61.