Wiki > TV3D65 Index > TVScreen2DText
TextureFont_CreateCustom
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | TextureFont_CreateCustom(sFontName As String , iTextureID As Integer , iNumChars As Integer , pCharArray As TV_TEXTUREFONT_CHAR) As Integer |
| C++ | int TextureFont_CreateCustom(char* sFontName , int iTextureID , int iNumChars , cTV_TEXTUREFONT_CHAR pCharArray) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| sFontName | No | sFontName description |
| iTextureID | No | iTextureID description |
| iNumChars | No | iNumChars description |
| pCharArray | No | pCharArray description |
RETURN VALUE
| Integer | Description of what the return value means. |
EXAMPLES
TIPS
- Please add any notes or tips for this method.