#include <revolution/os.h> char* OSGetFontWidth(char* string, s32* width);
| string | String. |
|---|---|
width |
Texel width of current text character font. |
Pointer to the next character in string.
Gets the texel width of the first text character in the specified string. Font data must be loaded by the OSInitFont or OSLoadFont function.
2006/03/01 Initial version.
CONFIDENTIAL