Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vidstige/NRasterizer
OpenType parser in pure c#
https://github.com/vidstige/NRasterizer
Last synced: 3 months ago
JSON representation
OpenType parser in pure c#
- Host: GitHub
- URL: https://github.com/vidstige/NRasterizer
- Owner: vidstige
- License: apache-2.0
- Created: 2014-09-27T15:43:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T13:19:53.000Z (over 6 years ago)
- Last Synced: 2024-07-10T15:27:12.793Z (4 months ago)
- Language: C#
- Size: 800 KB
- Stars: 38
- Watchers: 7
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-typography - NRasterizer - Simple and clean TrueType font renderer written purely in c#. (C#)
README
# NRasterizer ![icon](icon.png "NOpenType icon")
![build-status](https://travis-ci.org/vidstige/NRasterizer.svg?branch=master) [![Build status](https://ci.appveyor.com/api/projects/status/0gg08fxwjrvtg6r1/branch/master?svg=true)](https://ci.appveyor.com/project/vidstige/nrasterizer/branch/master)
[![first-timers-friendly](http://img.shields.io/badge/first--timers--only-friendly-green.svg?style=flat&colorB=FF69B4)](http://www.firsttimersonly.com/)Simple and clean TrueType font loader and renderer written purely in c#.
* Loads .ttf files.
* Rasterizes text to bitmap## Sample renders
Autogenerated screenshot generated by the latest master build.Below is a sample using the GDI+ rasterizer.
![Latest master GDI+ sample](https://s3-us-west-2.amazonaws.com/nrasterizer-artifacts/master/samples/gdi/cefhijl.png "Latest master GDI+ sample")
Below is a sample using the NRasterizer rasterizer.
![Latest master sample](https://s3-us-west-2.amazonaws.com/nrasterizer-artifacts/master/samples/clfx.png "Latest master sample")
## Author
Samuel CarlssonSee [contributors](https://github.com/vidstige/nrasterizer/graphs/contributors) for a full list.