Wiki > TV3D65 Index > TVScreen2DText
NormalFont_GetTextSize
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | NormalFont_GetTextSize(sText As String , iNormalFontID As Integer , retWidth As Single , retHeight As Single) |
| C++ | void NormalFont_GetTextSize(char* sText , int iNormalFontID , float* retWidth , float* retHeight ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| sText | No | sText description |
| iNormalFontID | No | iNormalFontID description |
RETURN VALUE
| NAME | OPTIONAL | DESCRIPTION |
| retWidth | No | retWidth description |
| retHeight | No | retHeight description |
EXAMPLES
TIPS
- Please add any notes or tips for this method.