Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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#

Awesome Lists containing this project

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 Carlsson

See [contributors](https://github.com/vidstige/nrasterizer/graphs/contributors) for a full list.