Originally posted by: ron
Who do I create simple text with black line around the letter?
Thank you!!!
ron.
Originally posted by: ron
Who do I create simple text with black line around the letter?
Thank you!!!
ron.
Originally posted by: ron
Who do I create simple text with black line around the letter?
Thank you!!!
ron.
Originally posted by: ron
Who do I create simple text with black line around the letter?
Thank you!!!
ron.
Originally posted by: zhourong
I want to know how to display chinese TrueType. I tried to do that, but it display another chinese text like "问" or "屯",i want to know what's the problem with it. So if you can help me , please do it!
Thank you !
Originally posted by: Jianjun Zhao
How to display Chinese font?Any help?
ReplyOriginally posted by: Yu-Sheng Lai
Any body knows how to display Chinese font?
Thank you very much beforehand.
- Lance
Originally posted by: Jianjun Zhao
How to display Chinese font?Any help?
Reply
Originally posted by: Jianjun Zhao
How to display Chinese font?Any help?
ReplyOriginally posted by: lxcao
GLsizei size = m_strText.GetLength();
glPushMatrix();
...............
glPopMatrix();
//**/////Add this/////**//
void CGLFont::GLDrawText()
{
if (m_uiListID == 0 || m_strText.IsEmpty() ||
m_dXScale == 0.0 || m_dYScale == 0.0 ||
m_dZScale == 0.0)
{
return;
}
//**/////Add this/////**//
glPushAttrib(GL_ALL_ATTRIB_BITS); //may other flags
//**/////End Add/////**//
...............
glPopAttrib();
//**/////End Add/////**//
}