|
orxDLLAPI orxSTATUS orxFASTCALL | orxFont_ClearCache () |
orxDLLAPI orxFONT *orxFASTCALL | orxFont_Create () |
orxDLLAPI orxFONT *orxFASTCALL | orxFont_CreateFromConfig (const orxSTRING _zConfigID) |
orxDLLAPI orxSTATUS orxFASTCALL | orxFont_Delete (orxFONT *_pstFont) |
orxDLLAPI void orxFASTCALL | orxFont_Exit () |
orxDLLAPI orxFONT *orxFASTCALL | orxFont_Get (const orxSTRING _zName) |
orxDLLAPI orxFLOAT orxFASTCALL | orxFont_GetCharacterHeight (const orxFONT *_pstFont) |
orxDLLAPI const orxSTRING orxFASTCALL | orxFont_GetCharacterList (const orxFONT *_pstFont) |
orxDLLAPI orxVECTOR *orxFASTCALL | orxFont_GetCharacterSpacing (const orxFONT *_pstFont, orxVECTOR *_pvSpacing) |
orxDLLAPI orxFLOAT orxFASTCALL | orxFont_GetCharacterWidth (const orxFONT *_pstFont, orxU32 _u32CharacterCodePoint) |
orxDLLAPI const orxCHARACTER_MAP *orxFASTCALL | orxFont_GetMap (const orxFONT *_pstFont) |
orxDLLAPI const orxSTRING orxFASTCALL | orxFont_GetName (const orxFONT *_pstFont) |
orxDLLAPI orxVECTOR *orxFASTCALL | orxFont_GetOrigin (const orxFONT *_pstFont, orxVECTOR *_pvOrigin) |
orxDLLAPI const orxSHADER *orxFASTCALL | orxFont_GetShader (const orxFONT *_pstFont) |
orxDLLAPI orxVECTOR *orxFASTCALL | orxFont_GetSize (const orxFONT *_pstFont, orxVECTOR *_pvSize) |
orxDLLAPI orxTEXTURE *orxFASTCALL | orxFont_GetTexture (const orxFONT *_pstFont) |
orxDLLAPI orxSTATUS orxFASTCALL | orxFont_Init () |
orxDLLAPI orxBOOL orxFASTCALL | orxFont_IsSDF (const orxFONT *_pstFont) |
orxDLLAPI orxSTATUS orxFASTCALL | orxFont_SetCharacterHeight (orxFONT *_pstFont, orxFLOAT _fCharacterHeight) |
orxDLLAPI orxSTATUS orxFASTCALL | orxFont_SetCharacterList (orxFONT *_pstFont, const orxSTRING _zList) |
orxDLLAPI orxSTATUS orxFASTCALL | orxFont_SetCharacterSpacing (orxFONT *_pstFont, const orxVECTOR *_pvSpacing) |
orxDLLAPI orxSTATUS orxFASTCALL | orxFont_SetCharacterWidthList (orxFONT *_pstFont, orxU32 _u32CharacterNumber, const orxFLOAT *_afCharacterWidthList) |
orxDLLAPI orxSTATUS orxFASTCALL | orxFont_SetOrigin (orxFONT *_pstFont, const orxVECTOR *_pvOrigin) |
orxDLLAPI orxSTATUS orxFASTCALL | orxFont_SetShader (orxFONT *_pstFont, orxSHADER *_pstShader) |
orxDLLAPI orxSTATUS orxFASTCALL | orxFont_SetShaderFromConfig (orxFONT *_pstFont, const orxSTRING _zShaderID) |
orxDLLAPI orxSTATUS orxFASTCALL | orxFont_SetSize (orxFONT *_pstFont, const orxVECTOR *_pvSize) |
orxDLLAPI orxSTATUS orxFASTCALL | orxFont_SetTexture (orxFONT *_pstFont, orxTEXTURE *_pstTexture) |
orxDLLAPI void orxFASTCALL | orxFont_Setup () |