Mount Fuji Engine  0.8b
MF_API MFVector MFFont_GetCharPos ( MFFont pFont,
const char *  pText,
int  charIndex,
float  height 
)

Gets the offset of the specified character from the string's starting position.

Parameters
pFontPointer to a font.
pTextText containing the target character.
charIndexIndex of the character in the string to find the position of.
heightHeight of the text.
Returns
The physical offset of the specified character in the string from the string starting position.
See Also
MFFont_GetStringWidth()