Advertisement

wsprintf

Started by February 16, 2001 01:40 PM
0 comments, last by Survival2020 23 years, 11 months ago
If I am using the function wsprintf. ex. char Text[100]; wsprintf(Text,"%i %i,a,b"); But in between the "%i %i" I want space how can I do this. I Draw this text to the direct draw surface but it has rectangles not spaces.
One idea would to make the color of the rectangle the same as what it''s drawing over so that it appears as a space.

-Shriek

This topic is closed to new replies.

Advertisement