国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

Ogre嵌入Qt:布告板顯示中文(補充)

2019-11-10 17:41:03
字體:
來源:轉載
供稿:網友

Ogre 嵌入 Qt

使用的:OgreMovableText 類會造成程序崩潰,錯誤代碼:

mpFont = FontManager::getSingleton().getByName(mFontName);

解決方法: 在使用OgreMovableText 類前,先在主程序構造函數中進行初始化、預加載操作:

// 初始化、預加載字體bool createSceneFont(){ Ogre::OverlaySystem* pOverlaySystem = new Ogre::OverlaySystem(); m_pSceneManager->addRenderQueueListener(pOverlaySystem); Ogre::FontPtr tempFont = static_cast<Ogre::FontPtr>(Ogre::FontManager::getSingleton().create("SdkTrays/Caption", "Popular")); tempFont->setType(Ogre::FontType::FT_TRUETYPE); // 字體類型 tempFont->setSource("msyh.ttf"); // 字體源(微軟雅黑) tempFont->setTrueTypeResolution(96); // 字體的打印分辨率,一般為96 tempFont->setTrueTypeSize(32); // 字體大小: 生成紋理的大小,值越大生成紋理所花的時間也就越多 tempFont->addCodePointRange(Ogre::Font::CodePointRange(33,126)); // 英文-unicode的int值范圍 tempFont->addCodePointRange(Ogre::Font::CodePointRange(19968,40869)); // 漢字-unicode的int值范圍 m_font = tempFont; m_font->load(); if (m_font.isNull()) { return false; } return true;}

創建中文文字:

// 顯示中文文字Ogre::SceneNode* nodeTemp = m_pSceneManager->getRootSceneNode()->createChildSceneNode("line");nodeTemp->setPosition(Ogre::Vector3(0, 0, 0));Ogre::ColourValue textColor = Ogre::ColourValue(0.5f, 0.0f, 1.0f);Ogre::DisplayString str = Ogre::DisplayString(L"食人魔");Ogre::MovableText* mt = new Ogre::MovableText("temp1", str, "SdkTrays/Caption", 1, textColor);mt->showOnTop(true);mt->setTextAlignment(Ogre::MovableText::HorizontalAlignment::H_CENTER, Ogre::MovableText::VerticalAlignment::V_ABOVE);nodeTemp->attachObject(mt);
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 鲁甸县| 巴彦淖尔市| 九寨沟县| 海兴县| 额敏县| 中卫市| 明水县| 名山县| 长汀县| 南漳县| 津市市| 南江县| 合山市| 龙山县| 自贡市| 肇庆市| 杭锦旗| 太康县| 渑池县| 林口县| SHOW| 景洪市| 应城市| 和硕县| 沾化县| 灵台县| 土默特左旗| 鞍山市| 武汉市| 衡南县| 桂林市| 江安县| 台湾省| 论坛| 古丈县| 彩票| 乌拉特前旗| 聂荣县| 正宁县| 宁蒗| 香河县|