]> git.localhorst.tv Git - blank.git/blobdiff - src/graphics/Font.hpp
dedicated shader for outlines
[blank.git] / src / graphics / Font.hpp
index 1d4ff17f619823b14efabe3fa8ac6a1a1452bee6..b940059787ec0485ed153eb760f5e8b11078dacc 100644 (file)
@@ -57,10 +57,10 @@ public:
 
        bool HasGlyph(Uint16) const noexcept;
 
-       glm::tvec2<int> TextSize(const char *) const;
+       glm::ivec2 TextSize(const char *) const;
 
-       Texture Render(const char *, SDL_Color) const;
-       void Render(const char *, SDL_Color, Texture &) const;
+       Texture Render(const char *) const;
+       void Render(const char *, Texture &) const;
 
 private:
        TTF_Font *handle;