diff options
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, |
