Utility/*TextDrawer: Fix bounds starting at a negative position

Former-commit-id: 06ac76189b5c36e108b5fc80b3c54d01068deadd
This commit is contained in:
Lynix
2016-05-11 12:27:18 +02:00
parent 0c4172f81b
commit 2b04a4722f
4 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ namespace Nz
AbstractTextDrawer() = default;
virtual ~AbstractTextDrawer();
virtual const Rectui& GetBounds() const = 0;
virtual const Recti& GetBounds() const = 0;
virtual Font* GetFont(unsigned int index) const = 0;
virtual unsigned int GetFontCount() const = 0;
virtual const Glyph& GetGlyph(unsigned int index) const = 0;