Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uyjulian/krfreetype

Freetype based replacement for Layer.drawText
https://github.com/uyjulian/krfreetype

krkr-plugin

Last synced: 6 days ago
JSON representation

Freetype based replacement for Layer.drawText

Awesome Lists containing this project

README

        

# krfreetype

This Kirikiri (2/Z) plugin provides a Freetype-based replacement for `Layer.drawText` and `Layer.font`.

## Building

After cloning submodules and placing `ncbind` and `tp_stub` in the parent directory, a simple `make` will generate `krfreetype.dll`.

## How to use

After `Plugins.link("krfreetype.dll");` is used, the additional functions will be exposed under the `Layer` class.

## License

This project is licensed under the MIT license. Please read the `LICENSE` file for more information.