|
@@ -29,6 +29,8 @@
|
|
|
#ifndef RMLUICOREBITMAPFONTFONTFACEHANDLE_H
|
|
#ifndef RMLUICOREBITMAPFONTFONTFACEHANDLE_H
|
|
|
#define RMLUICOREBITMAPFONTFONTFACEHANDLE_H
|
|
#define RMLUICOREBITMAPFONTFONTFACEHANDLE_H
|
|
|
|
|
|
|
|
|
|
+#ifndef RMLUI_NO_FONT_INTERFACE_DEFAULT
|
|
|
|
|
+
|
|
|
#include "../UnicodeRange.h"
|
|
#include "../UnicodeRange.h"
|
|
|
#include "../../../Include/RmlUi/Core/FontEffect.h"
|
|
#include "../../../Include/RmlUi/Core/FontEffect.h"
|
|
|
#include "../../../Include/RmlUi/Core/FontGlyph.h"
|
|
#include "../../../Include/RmlUi/Core/FontGlyph.h"
|
|
@@ -92,3 +94,5 @@ private:
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#endif
|
|
#endif
|
|
|
|
|
+
|
|
|
|
|
+#endif
|