LÖVE will now try to guess the line height for BMFont files which are missing the 'lineHeight' attribute.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2014-09-28 20:16:32 -03:00
parent d4ad571780
commit 4c6e688870
2 changed files with 10 additions and 4 deletions
+1
View File
@@ -22,6 +22,7 @@
#define LOVE_FONT_BMFONT_RASTERIZER_H
// LOVE
#include "common/config.h"
#include "Rasterizer.h"
#include "image/ImageData.h"