#include <revolution/os.h>
char* OSGetFontWidth (char* string, s32* width);
|
Character string. |
|
Texel width of current text character font. |
Pointer to the next text character in string.
Gets the texel width of the first text character in the specified string. Font data must be loaded with the OSInitFont or OSLoadFont function.
Note: This font is currently used on a provisional basis. It may not be allowed on the product version. For the product version of Revolution, we plan to prepare a new font set that uses the internal flash memory. A new font library for accessing this font will be prepared in future SDKs.
03/01/2006 Initial version.