]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/IGUIFontBitmap.h
Add setRelativeMode for SDL driver (#123)
[irrlicht.git] / include / IGUIFontBitmap.h
index 4141236ebcf24a29951663272dcf2bb07c033560..a170b9242f3143831f320897398fbd9e41c486ed 100644 (file)
@@ -19,7 +19,7 @@ class IGUIFontBitmap : public IGUIFont
 public:\r
 \r
        //! Returns the type of this font\r
-       virtual EGUI_FONT_TYPE getType() const _IRR_OVERRIDE_ { return EGFT_BITMAP; }\r
+       EGUI_FONT_TYPE getType() const override { return EGFT_BITMAP; }\r
 \r
        //! returns the parsed Symbol Information\r
        virtual IGUISpriteBank* getSpriteBank() const = 0;\r
@@ -36,7 +36,7 @@ public:
        kerning value. For example, EGFT_BITMAP will add the right kerning value of previousLetter to the\r
        left side kerning value of thisLetter, then add the global value.\r
        */\r
-       virtual s32 getKerningWidth(const wchar_t* thisLetter=0, const wchar_t* previousLetter=0) const _IRR_OVERRIDE_ = 0;\r
+       s32 getKerningWidth(const wchar_t* thisLetter=0, const wchar_t* previousLetter=0) const override = 0;\r
 };\r
 \r
 } // end namespace gui\r