IRenderer.h
This structure used in DrawText method of renderer. It provide all necessary information of how to render text on screen.
IRenderer::Draw2dText
Text color, (r,g,b,a) all members must be specified.
float color[4];
One of EDrawTextFlags flags.
int flags;
float xscale;
float yscale;
SDrawTextInfo();