The Socrates Gameboy Advance Development Engine
The SGADE is a development library for the Nintendo Gameboy
Advance. It's free for all uses and is distributed without guarantees.
For more information visit
the SGADE page.
#include "SoSystem.h"#include "SoImage.h"Go to the source code of this file.
Defines | |
| #define | SO_FONT_FIRST_CHAR |
| This is the first character in the char set;. | |
| #define | SO_FONT_LAST_CHAR |
| This is the last character in the char set;. | |
| #define | SO_FONT_NUM_CHARACTERS |
| Number of characters in a font. | |
| #define | SO_FONT_VERTICAL_SPACING |
| Number of pixels in between text lines;. | |
| #define | SO_FONT_HORIZONTAL_SPACING |
| Number of pixels in between words;. | |
Functions | |
| const SoImage * | SoFontGetDefaultFontImage () |
| To get the image of the Socrates default font;. | |