|
|
| int MFFont_BlitTextf |
( |
MFFont * |
pFont, |
|
|
int |
x, |
|
|
int |
y, |
|
|
const MFVector & |
colour, |
|
|
const char * |
pFormat, |
|
|
|
... |
|
) |
|
|
|
|
Blits formatted text to the screen (perfect texel to pixel mapping, no scaling). - Parameters:
-
| pFont | Pointer to a font. |
| x | x coordinate in screen space. |
| y | y coordinate in screen space. |
| colour | Colour of the text. |
| pFormat | Pointer to the format string. This complies with all the regular printf format standards. |
| ... | Additional parameters used according to the format specifier. |
- Returns:
- Returns 0 if there were no errors.
- Remarks:
- The MFFont_BlitTextf format string conforms with all the standard printf format standards.
|
|