Skip to content

A dead simple font reader and renderer, for experimentation

License

Notifications You must be signed in to change notification settings

i-e-b/FontReaderCs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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?)

Releases

No releases published

Packages

No packages published

Languages