More fixes for love.graphics.printf's text positioning.

This commit is contained in:
Alex Szpakowski
2015-10-29 03:57:29 -03:00
parent 396b0f0956
commit 799e303673
2 changed files with 38 additions and 24 deletions
+1
View File
@@ -205,6 +205,7 @@ private:
const Glyph &addGlyph(uint32 glyph);
const Glyph &findGlyph(uint32 glyph);
float getKerning(uint32 leftglyph, uint32 rightglyph);
void codepointsFromString(const std::string &str, Codepoints &codepoints);
void printv(const Matrix4 &t, const std::vector<DrawCommand> &drawcommands, const std::vector<GlyphVertex> &vertices);
std::vector<StrongRef<love::font::Rasterizer>> rasterizers;