Wiki > TV3D65 Index > TVScreen2DText
TextureFont_DrawText
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | TextureFont_DrawText(sText As String , x As Single , y As Single , iColor As Integer , iTFont As Integer) |
| C++ | void TextureFont_DrawText(char* sText , float x , float y , int iColor , int iTFont ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| sText | No | sText description |
| x | No | x description |
| y | No | y description |
| iColor | No | iColor description |
| iTFont | Yes | iTFont description |
RETURN VALUE
| Null | Does not return a value. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.