Changeset 11809 for code/branches/cegui0.8_ogre1.9/src/libraries/core
- Timestamp:
- Feb 24, 2018, 4:58:39 PM (7 years ago)
- Location:
- code/branches/cegui0.8_ogre1.9/src/libraries/core
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/cegui0.8_ogre1.9/src/libraries/core/GUIManager.cc
r11795 r11809 972 972 } 973 973 974 /*static*/ float GUIManager::getFontTextExtent(const CEGUI::Font* font, const std::string& text, float x_scale) 975 { 976 return font->getTextExtent(text, x_scale); 977 } 974 978 } -
code/branches/cegui0.8_ogre1.9/src/libraries/core/GUIManager.h
r11071 r11809 143 143 static void setItemTooltipsEnabledHelper(CEGUI::Listbox* listbox, bool enabled); // tolua_export 144 144 static void addFontHelper(const std::string& name, int size, const std::string& fontName); // tolua_export 145 static float getFontTextExtent(const CEGUI::Font* font, const std::string& text, float x_scale = 1.0f); // tolua_export 145 146 146 147 static GUIManager& getInstance() { return Singleton<GUIManager>::getInstance(); } // tolua_export
Note: See TracChangeset
for help on using the changeset viewer.