diff options
| author | Ray <raysan5@gmail.com> | 2018-09-17 16:56:02 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2018-09-17 16:56:02 +0200 |
| commit | ec5c9686b3afef5fb2c147fc9786b6890c025dd9 (patch) | |
| tree | 3cf23b81c4cf04d54c7c580c8d085c1185572ee7 /src/text.c | |
| parent | 3a1a4895454f33bea4c33a294050a88cf76d78f4 (diff) | |
| download | raylib-ec5c9686b3afef5fb2c147fc9786b6890c025dd9.tar.gz raylib-ec5c9686b3afef5fb2c147fc9786b6890c025dd9.zip | |
Improved data export capabilities!
REVIEWED: ExportImage()
REVIEWED: ExportMesh()
ADDED: ExportWave()
REMOVED: Internal funcs: SavePNG(), SaveBMP()
NOTE: These changes break the API (parameters order)
Diffstat (limited to 'src/text.c')
| -rw-r--r-- | src/text.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -86,9 +86,6 @@ static Font LoadImageFont(Image image, Color key, int firstChar); // Load a Imag #if defined(SUPPORT_FILEFORMAT_FNT) static Font LoadBMFont(const char *fileName); // Load a BMFont file (AngelCode font file) #endif -#if defined(SUPPORT_FILEFORMAT_TTF) -//static Font LoadTTF(const char *fileName, int fontSize, int charsCount, int *fontChars); // Load spritefont from TTF data -#endif #if defined(SUPPORT_DEFAULT_FONT) extern void LoadDefaultFont(void); |
