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