You can print the variable into a char[] with sprintf, char buffer[256]; sprintf(buffer,"%s", myVariable);. And then call the renderBitmapString ...
確定! 回上一頁