mirror of
https://github.com/love2d/love-android.git
synced 2026-08-20 20:51:22 +02:00
using latest love-android @ changeset 8659be0e75a3
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
#include "font/Rasterizer.h"
|
||||
#include "graphics/Texture.h"
|
||||
#include "graphics/Volatile.h"
|
||||
#include "VertexBuffer.h"
|
||||
|
||||
#include "OpenGL.h"
|
||||
|
||||
@@ -185,6 +186,8 @@ private:
|
||||
|
||||
love::font::Rasterizer *rasterizer;
|
||||
|
||||
VertexIndex *indexBuffer;
|
||||
|
||||
int height;
|
||||
float lineHeight;
|
||||
float mSpacing; // modifies the spacing by multiplying it with this value
|
||||
|
||||
Reference in New Issue
Block a user