This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

POWERVR SDK 2.05.25.0804, on DM8168 EZSDK



We are using POWERVR SDK 2.05.25.0804 OpenGL ES 2.0 version, on DM818 based board.

we need to change the default font used for rendering the text.

As of now, we can change color, fontsize, position of the text using the m_Print3D.Print3D class available in POWERVR SDK 2.05.25.0804.

We need to change the font style also to a custom one.
We followed http://blog.imgtec.com/powervr-developers/customizing-the-print3d-function-in-the-pvrtools-package blog, but we are not able to use the class m_Print3D.SetTextures as mentioned in the blog, (may be due to version mismatch) .


We are getting error like “error: no matching function for call to ‘CPVRTPrint3D::SetTextures(int, const void*, int, int, bool&)”
How can I change font styles in POWERVR SDK 2.05.25.0804 OpenGL ES 2.0 ??
Please help.

Is it possible for changing text style with POWERVR SDK 2.05.25.0804 using m_Print3D.Print3D class ??