Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i-e-b/fontreadercs
A dead simple font reader and renderer, for experimentation
https://github.com/i-e-b/fontreadercs
antialiasing csharp experimental font font-reader truetype working
Last synced: 9 days ago
JSON representation
A dead simple font reader and renderer, for experimentation
- Host: GitHub
- URL: https://github.com/i-e-b/fontreadercs
- Owner: i-e-b
- License: bsd-3-clause
- Created: 2018-10-26T12:13:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-22T11:31:07.000Z (over 3 years ago)
- Last Synced: 2024-11-28T22:46:02.130Z (2 months ago)
- Topics: antialiasing, csharp, experimental, font, font-reader, truetype, working
- Language: C#
- Homepage:
- Size: 460 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FontReaderCs
A dead simple font reader and renderer, for experimentationFont "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
* [x] Simple scanline renderer
* [x] Anti-aliasing and sub-pixel rendering
* [x] Try breaking curves in the font reader
* [x] Dark-on-light rendering (or better, proper coloring and alpha?)
* [x] 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?)