2011-03-17 63 views
0

可能重複:下面給出
Is there a decent OpenGL text drawing library for the iPhone SDK?我怎麼能呈現在用戶的OpenGL ES文本得分

我要呈現的文字對我的比賽成績我使用的Texture2D,但我得到只有白色框,而不是文本

Texture2D* _textures = [[Texture2D alloc] initWithString:@"hedsfdsdssfsffsdsfllo" dimensions:CGSizeMake(200, 200) alignment:UITextAlignmentLeft fontName:@"Arial" fontSize:30]; 
[_textures drawAtPoint:CGPointMake(100, 100)]; 
glColor4f(1.0, 0.0, 1.0, 1.0); 

任何幫助,請

回答

相關問題