mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
More fixes for love.graphics.printf's text positioning.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user