orx
1.11
Portable Game Engine
|
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 orxU32 orxFASTCALL | orxText_GetLineCount (const orxTEXT *_pstText) |
orxDLLAPI orxSTATUS orxFASTCALL | orxText_GetLineSize (const orxTEXT *_pstText, orxU32 _u32Line, orxFLOAT *_pfWidth, orxFLOAT *_pfHeight) |
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 orxBOOL orxFASTCALL | orxText_IsFixedSize (const orxTEXT *_pstText) |
orxDLLAPI orxSTATUS orxFASTCALL | orxText_SetFont (orxTEXT *_pstText, orxFONT *_pstFont) |
orxDLLAPI orxSTATUS orxFASTCALL | orxText_SetSize (orxTEXT *_pstText, orxFLOAT _fWidth, orxFLOAT _fHeight, const orxSTRING *_pzExtra) |
orxDLLAPI orxSTATUS orxFASTCALL | orxText_SetString (orxTEXT *_pstText, const orxSTRING _zString) |
orxDLLAPI void orxFASTCALL | orxText_Setup () |