Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uberswe/centertext

A package which will take an image.Image, truetype.Font and text string and then draw the text centered on the provided image.
https://github.com/uberswe/centertext

Last synced: about 2 months ago
JSON representation

A package which will take an image.Image, truetype.Font and text string and then draw the text centered on the provided image.

Awesome Lists containing this project

README

        

# centertext

Still a work in progress

A package which will take an image.Image, truetype.Font and text string and then draw the text centered on the provided image.

Here is how it could be used

```go
out, err := centertext.OnImage(img, font, "Hello world")
```