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

https://github.com/ericfreese/node-freetype2


https://github.com/ericfreese/node-freetype2

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# node-freetype2

![GitHub Workflow Status](https://img.shields.io/github/workflow/status/ericfreese/node-freetype2/Node%20CI)
[![npm](https://img.shields.io/npm/v/freetype2.svg)](https://www.npmjs.com/package/freetype2)
[![npm](https://img.shields.io/npm/dm/freetype2.svg)](https://www.npmjs.com/package/freetype2)
[![npm](https://img.shields.io/npm/l/freetype2.svg)](LICENSE)

FreeType bindings for Nodejs. This library is written to be as close to the original api as possible, but in a safer and more node-like manner.

FreeType is a freely available software library to render fonts. http://www.freetype.org/

## Install

`npm install freetype2`

## Examples
See the [example folder](https://github.com/ericfreese/node-freetype2/tree/master/example) to learn how to use node-freetype2.

## API
See the [types](https://github.com/ericfreese/node-freetype2/blob/master/module.d.ts) to learn the API of node-freetype2 and how they relate to original FreeType.

For more information, see the [original FreeType documentation](http://www.freetype.org/freetype2/docs/reference/ft2-index.html).