# NRasterizer **Repository Path**: mirrors/NRasterizer ## Basic Information - **Project Name**: NRasterizer - **Description**: NRasterizer 是一个纯 C# 实现的 OpenType 字体解析器 - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/nrasterizer - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-21 - **Last Updated**: 2025-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.