wvanbergen / chunky_png

Read/write access to PNG images in pure Ruby.
https://chunkypng.com
MIT License
1.05k stars 101 forks source link

Draw text #89

Closed justqyx closed 9 years ago

justqyx commented 9 years ago

Can chunky_png draw text with specifing (x,y) ? I have tried to read the source code, but I found nothing about it.

wvanbergen commented 9 years ago

No, ChunkyPNG doesn't support drawing text on the canvas at the moment. Best you can do is getting some sprite images for the alphabet, and compose your image using those.