dlib.image.render.text

Draw ASCII text

Members

Functions

drawText
void drawText(SuperImage img, string s, int x, int y, Color4f color)

Draw text on an image

sampleChar
Color4f sampleChar(char c, int x, int y, Color4f color)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

font
immutable(ubyte)[] font;
Undocumented in source.

Meta

Authors

Oleg Baharev, Timur Gafarov