ftgl 繪製文字

  FTFont* ftfont = new FTGLPixmapFont();3d

  ftfont->Open("D:/SIMHEI.ttf");code

  ftfont->FaceSize(24);unicode

 // ftfont->CharMap(ft_encoding_unicode);編譯

  anOverlay->Begin();  ast

  glRasterPos2d(100, 100);coding

  ftfont->render(L"[中國人eee]");map

 

FTGLPixmapFont顯示中文是正常的,其它的不正常,須要進一步封裝。di

主要是利用3dlayer實現,先編譯成顯示列表,再使用ftgl實現encoding

相關文章
相關標籤/搜索