Constructing and printing the bitmapped message USING C++ So, I know that the vo
ID: 3871693 • Letter: C
Question
Constructing and printing the bitmapped message USING C++
So, I know that the void ReadFont() only provides me with the height, width, and a 'dictionary' relating ascii codes to a bitmapped character. Alas, I still need to construct and print the bitmapped message from the string message ("Hello World!") and this new 'dictionary.' What should my mind think about in order to make this a reality? I only want hints, suggestions, and advice. I don't think the code below has to be modified a great deal in order to make it work.
Explanation / Answer
To solve this problem you can use header file graphics.h.
The settextstyle function sets the text font, the direction in which text is displayed, and the size of the characters.
Other functions
textheight(); // for text height
textwidth(); // for text width
setusercharsize(x1,y1,x2,y2); // for character size
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.