Changeset 6635 for code/branches/chat/src/orxonox/graphics
- Timestamp:
- Mar 29, 2010, 1:46:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/chat/src/orxonox/graphics/ChatBox.cc
r6634 r6635 241 241 } 242 242 243 CEGUI::Font* makeFont(const CEGUI::String& pFontName, const CEGUI::String& pFileName, const CEGUI::String& pSize)243 CEGUI::Font* ChatBox::makeFont(const CEGUI::String& pFontName, const CEGUI::String& pFileName, const CEGUI::String& pSize) 244 244 { 245 245 using namespace CEGUI; … … 288 288 } 289 289 290 void changeFont(const CEGUI::String& pFontLogicalName, const CEGUI::String& pFontSize)290 void ChatBox::changeFont(const CEGUI::String& pFontLogicalName, const CEGUI::String& pFontSize) 291 291 { 292 292 using namespace CEGUI;
Note: See TracChangeset
for help on using the changeset viewer.