#include "orxInclude.h"#include "display/orxFont.h"Go to the source code of this file.
Typedefs | |
| typedef struct __orxTEXT_t | orxTEXT |
Functions | |
| orxDLLAPI orxTEXT *orxFASTCALL | orxText_Create () |
| orxDLLAPI orxTEXT *orxFASTCALL | orxText_CreateFromConfig (const orxSTRING _zConfigID) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxText_Delete (orxTEXT *_pstText) |
| orxDLLAPI void orxFASTCALL | orxText_Exit () |
| orxDLLAPI orxFONT *orxFASTCALL | orxText_GetFont (const orxTEXT *_pstText) |
| orxDLLAPI const orxSTRING orxFASTCALL | orxText_GetName (const orxTEXT *_pstText) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxText_GetSize (const orxTEXT *_pstText, orxFLOAT *_pfWidth, orxFLOAT *_pfHeight) |
| orxDLLAPI const orxSTRING orxFASTCALL | orxText_GetString (const orxTEXT *_pstText) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxText_Init () |
| orxDLLAPI orxSTATUS orxFASTCALL | orxText_SetFont (orxTEXT *_pstText, orxFONT *_pstFont) |
| orxDLLAPI orxSTATUS orxFASTCALL | orxText_SetString (orxTEXT *_pstText, const orxSTRING _zString) |
| orxDLLAPI void orxFASTCALL | orxText_Setup () |
Definition in file orxText.h.
1.5.6