mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-18 13:41:26 +01:00
Corrected bug
This commit is contained in:
@ -1982,10 +1982,9 @@ Image GenImageCellular(int width, int height, int tileSize)
|
|||||||
|
|
||||||
// Generate image: font atlas. Requires TTF as input file.
|
// Generate image: font atlas. Requires TTF as input file.
|
||||||
// NOTE: Generated atlas packs characters in order and rectangles are defined with magenta borders (?)
|
// 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 GenImageFont(const char *fileName, int fontSize, int charsCount, int *fontChars, CharInfo *chars)
|
||||||
{
|
{
|
||||||
CharInfo *chars; // Characters info (if required)
|
|
||||||
|
|
||||||
// TODO.
|
// TODO.
|
||||||
}
|
}
|
||||||
#endif // SUPPORT_IMAGE_GENERATION
|
#endif // SUPPORT_IMAGE_GENERATION
|
||||||
|
|||||||
Reference in New Issue
Block a user