Mount Fuji Engine  0.8b
MF_API float MFFont_GetCharacterWidth ( MFFont pFont,
int  character 
)

Gets the native width of a character in a font.

Parameters
pFontPointer to a font.
characterCharacter to get the width for.
Returns
The native width (in texels) of the specified character.
See Also
MFFont_Create()