Implements platform font service for OpenGL platform font.
Overrided methods can be found in corresponding base interface.
class CPlatformFontService :public virtual IPlatformFontService, public CBasePlatformFontService
{
public:
CPlatformFontService(CPlatformFont *platformfont);
void AddRef() override;
};
Namespace: | nitisa::standard::android::gles |
Include: | Standard/Platform/Android/OpenGL/PlatformFontService.h |