i-e-b / FontReaderCs

A dead simple font reader and renderer, for experimentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FontReaderCs

A dead simple font reader and renderer, for experimentation

Font "Dave.ttf" is by me, and is free to use.

Font "Guthen Bloots" is by Azetype86 and is free for personal use. For full commercial version, see ( https://crmrkt.com/d1b47b )

Font "NotoSans-Regular" is by Google, and is licensed under the SIL Open Font License.

Plans

  • Simple scanline renderer
  • Anti-aliasing and sub-pixel rendering
  • Try breaking curves in the font reader
  • Dark-on-light rendering (or better, proper coloring and alpha?)
  • Basic auto hinting? (grid fit + jitter control)
  • Better sizing interface (rather than scale) - Font*Size container to cache contour normalisation
  • Try a simple "directional signed distance field" renderer (scan lines in horizonal and vertical separately?)

About

A dead simple font reader and renderer, for experimentation

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C# 100.0%