cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
font print()
font print()
Aug 31, 2010 at 1:17am UTC
L E G I O N
(99)
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?
Aug 31, 2010 at 4:00pm UTC
filipe
(1165)
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.