Added basic kerning support for TrueType and BMFont fonts (resolves issue #1055.)

This commit is contained in:
Alex Szpakowski
2015-07-02 21:07:34 -03:00
parent 4550409ffa
commit bf432aff7c
8 changed files with 80 additions and 7 deletions
+5
View File
@@ -95,5 +95,10 @@ bool Rasterizer::hasGlyphs(const std::string &text) const
return true;
}
float Rasterizer::getKerning(uint32 /*leftglyph*/, uint32 /*rightglyph*/) const
{
return 0.0f;
}
} // font
} // love