- Timestamp:
- Feb 15, 2018, 12:11:04 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_HS17_merge/src/modules/overlays/hud/StoryModeHUD.h
r11743 r11745 50 50 virtual void tick(float dt) override; 51 51 52 private: 53 void initialize(); 52 54 53 private: 54 std::vector<Ogre::TextAreaOverlayElement*> texts; 55 void initialize(); 56 virtual void setTextSize(float size); 57 virtual float getTextSize() const; 55 void setTextSize(float size); 56 float getTextSize() const; 58 57 59 v irtual void setFont(const std::string& font);58 void setFont(const std::string& font); 60 59 const std::string& getFont() const; 61 60 61 std::vector<Ogre::TextAreaOverlayElement*> texts; 62 62 std::string fontName_; 63 63 float textSize_;
Note: See TracChangeset
for help on using the changeset viewer.