Преглед на файлове

Removed function prototype

This function was added in text module as GenImageFontAtlas()
pull/565/head
Ray преди 7 години
родител
ревизия
276974de05
променени са 1 файла, в които са добавени 0 реда и са изтрити 12 реда
  1. +0
    -12
      src/textures.c

+ 0
- 12
src/textures.c Целия файл

@ -2123,18 +2123,6 @@ Image GenImageCellular(int width, int height, int tileSize)
return image;
}
// Generate image: font atlas. Requires TTF as input file.
// NOTE: Generated atlas packs characters in order and rectangles are defined with magenta borders (?)
// NOTE: Characters info data should be allocated by user for charsCount
Image GenImageFont(const char *fileName, int fontSize, int charsCount, int *fontChars, CharInfo *chars)
{
Image image = { 0 };
// TODO.
return image;
}
#endif // SUPPORT_IMAGE_GENERATION
// Generate GPU mipmaps for a texture

Зареждане…
Отказ
Запис