|
|
| float MFFont_GetCharacterWidth |
( |
MFFont * |
pFont, |
|
|
int |
character |
|
) |
|
|
|
|
Gets the native width of a character in a font. - Parameters:
-
| pFont | Pointer to a font. |
| character | Character to get the width for. |
- Returns:
- The native width (in texels) of the specified character.
- See also:
- MFFont_Create()
|
|