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

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

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

2019-11-10 18:05:04
字體:
來源:轉載
供稿:網友

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);
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 永德县| 秦皇岛市| 宜丰县| 上饶县| 华阴市| 垦利县| 井研县| 利川市| 鹤壁市| 房产| 德安县| 建瓯市| 青川县| 黑河市| 莎车县| 美姑县| 吐鲁番市| 连州市| 岫岩| 桦甸市| 全椒县| 沙坪坝区| 徐汇区| 哈巴河县| 宝坻区| 梅河口市| 沂南县| 屏南县| 康平县| 安溪县| 雷山县| 五华县| 自治县| 平舆县| 铜陵市| 荔浦县| 蓝田县| 台中市| 万全县| 阜城县| 巴彦县|