ICryFont

Main interface to the engine's font rendering implementation, allowing retrieval of fonts for run-time rendering. More...

#include

Public Member Functions

virtual void Release ()=0
virtual IFFont * NewFont (const char *pFontName)=0
Creates a named font (case sensitive)
virtual IFFont * GetFont (const char *pFontName) const =0
Gets a named font (case sensitive)
virtual void SetRendererProperties (IRenderer *pRenderer)=0
Globally sets common font render properties based on the initialized renderer.
virtual void GetMemoryUsage (ICrySizer *pSizer) const =0
Puts the objects used in this module into the sizer interface.
virtual string GetLoadedFontNames () const =0

Detailed Description

Main interface to the engine's font rendering implementation, allowing retrieval of fonts for run-time rendering.

Member Function Documentation

◆ GetLoadedFontNames()

virtual string ICryFont::GetLoadedFontNames ( ) const
pure virtual

All font names separated by , Example: "console,default,hud"