diff options
| author | raysan5 <[email protected]> | 2021-06-26 21:07:00 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-06-26 21:07:00 +0200 |
| commit | 2f75657350f4377e41064c7ca2941e00e586be63 (patch) | |
| tree | 7c6113bfdd73fb69d64eafa7a5f3ce3a952be888 /examples/text | |
| parent | 00c87953853d46ede8ac8fa8c1b2640dc941f82c (diff) | |
| download | raylib-2f75657350f4377e41064c7ca2941e00e586be63.tar.gz raylib-2f75657350f4377e41064c7ca2941e00e586be63.zip | |
WARNING: REMOVED: Some deprecated function names mapping
Some functions/values have been deprecated for long time but some mapping was kept for convenience. Some of those mappings have been removed...
Diffstat (limited to 'examples/text')
| -rw-r--r-- | examples/text/text_font_spritefont.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/text/text_font_spritefont.c b/examples/text/text_font_spritefont.c index 424e2719..87ce48cf 100644 --- a/examples/text/text_font_spritefont.c +++ b/examples/text/text_font_spritefont.c @@ -5,7 +5,7 @@ * Loaded sprite fonts have been generated following XNA SpriteFont conventions: * - Characters must be ordered starting with character 32 (Space) * - Every character must be contained within the same Rectangle height -* - Every character and every line must be separated the same distance +* - Every character and every line must be separated by the same distance (margin/padding) * - Rectangles must be defined by a MAGENTA color background * * If following this constraints, a font can be provided just by an image, |
