[ Maverik Level 3 functions ]


mav_transparentTextRender

mav_transparentTextRender, mav_transparentTextManage

Summary

Render transparent text correctly.


Syntax

void mav_transparentTextRender(void *ignored);

void mav_transparentTextManage(MAV_window *w, char *s, int col, int font, float x, float y);


Description

These functions ensure that transparent text is drawn correctly.


Back to the index page.