font print()

hey guys im working on a 2d pong game using DX
and im using the print font () to display plyr 1 and 2
and the score next to the name but i want the score to be displayed in bold text...

FontPrint(fontArial24, 75, 25, "PLAYER 1 SCORE: ", D3DCOLOR_XRGB(255,0,0));

is this possible?
I can't find any documentation for FontPrint() or PrintFont().

What I use with DirectX is the ID3DXFont interface. It allows the use of bold and italics, although I've never used them.
Topic archived. No new replies allowed.