C++ DevKit
C++ set of OOP library
|
A class dedicated to pure text display such as console, printer, ASCII character line display. More...
#include <display_device.h>
Public Member Functions | |
PrinterDevice (size_t number_of_char_width, size_t number_of_char_hight) | |
Construct a new Printer Device object. | |
virtual void | show () |
the method that actually print the content of text_buffer on the console | |
A class dedicated to pure text display such as console, printer, ASCII character line display.
PrinterDevice::PrinterDevice | ( | size_t | number_of_char_width, |
size_t | number_of_char_hight ) |
Construct a new Printer Device object.
number_of_char_width | |
number_of_char_hight |