orxDLLAPI orxFONT *orxFASTCALL orxText_GetFont(const orxTEXT *_pstText)
orxDLLAPI const orxSTRING orxFASTCALL orxText_GetString(const orxTEXT *_pstText)
orxDLLAPI const orxSTRING orxFASTCALL orxText_GetName(const orxTEXT *_pstText)
orxDLLAPI orxSTATUS orxFASTCALL orxText_SetSize(orxTEXT *_pstText, orxFLOAT _fWidth, orxFLOAT _fHeight, const orxSTRING *_pzExtra)
orxDLLAPI orxSTATUS orxFASTCALL orxText_Delete(orxTEXT *_pstText)
orxDLLAPI orxSTATUS orxFASTCALL orxText_SetString(orxTEXT *_pstText, const orxSTRING _zString)
orxDLLAPI orxSTATUS orxFASTCALL orxText_SetFont(orxTEXT *_pstText, orxFONT *_pstFont)
orxDLLAPI orxSTATUS orxFASTCALL orxText_GetSize(const orxTEXT *_pstText, orxFLOAT *_pfWidth, orxFLOAT *_pfHeight)
orxDLLAPI void orxFASTCALL orxText_Setup()
orxDLLAPI orxSTATUS orxFASTCALL orxText_GetLineSize(const orxTEXT *_pstText, orxU32 _u32Line, orxFLOAT *_pfWidth, orxFLOAT *_pfHeight)
orxDLLAPI orxBOOL orxFASTCALL orxText_IsFixedSize(const orxTEXT *_pstText)
orxDLLAPI orxSTATUS orxFASTCALL orxText_Init()
orxDLLAPI orxU32 orxFASTCALL orxText_GetLineCount(const orxTEXT *_pstText)
orxDLLAPI void orxFASTCALL orxText_Exit()
orxDLLAPI orxTEXT *orxFASTCALL orxText_Create()
struct __orxTEXT_t orxTEXT
orxDLLAPI orxTEXT *orxFASTCALL orxText_CreateFromConfig(const orxSTRING _zConfigID)