mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-17 11:35:08 -04:00
Hide the evidence I didn't fully test last commit
This commit is contained in:
parent
22e0afc2fc
commit
556134290b
@ -723,7 +723,7 @@ void Font_Free(struct FontDesc* desc) {
|
|||||||
|
|
||||||
void SysFonts_Register(const String* path) { }
|
void SysFonts_Register(const String* path) { }
|
||||||
static int Font_SysTextWidth(struct DrawTextArgs* args) { return 0; }
|
static int Font_SysTextWidth(struct DrawTextArgs* args) { return 0; }
|
||||||
static int Font_SysTextDraw(struct DrawTextArgs* args, Bitmap* bmp, int x, int y, BitmapCol col, cc_bool shadow) { return 0; }
|
static void Font_SysTextDraw(struct DrawTextArgs* args, Bitmap* bmp, int x, int y, cc_bool shadow) { return 0; }
|
||||||
#else
|
#else
|
||||||
#include "freetype/ft2build.h"
|
#include "freetype/ft2build.h"
|
||||||
#include "freetype/freetype.h"
|
#include "freetype/freetype.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user