openMSX
|
#include <Printer.hh>
Public Attributes | |
std::array< uint8_t, 256 *MAX_FONT_WIDTH > | rom |
std::array< uint8_t, 256 *MAX_FONT_WIDTH > | ram |
double | pixelDelta |
unsigned | charWidth |
bool | useRam |
Definition at line 117 of file Printer.hh.
unsigned openmsx::ImagePrinter::FontInfo::charWidth |
Definition at line 121 of file Printer.hh.
Referenced by openmsx::ImagePrinter::printVisibleCharacter().
double openmsx::ImagePrinter::FontInfo::pixelDelta |
Definition at line 120 of file Printer.hh.
Referenced by openmsx::ImagePrinter::printVisibleCharacter().
std::array<uint8_t, 256 * MAX_FONT_WIDTH> openmsx::ImagePrinter::FontInfo::ram |
Definition at line 119 of file Printer.hh.
Referenced by openmsx::ImagePrinter::printVisibleCharacter(), and openmsx::ImagePrinter::write().
std::array<uint8_t, 256 * MAX_FONT_WIDTH> openmsx::ImagePrinter::FontInfo::rom |
Definition at line 118 of file Printer.hh.
Referenced by openmsx::ImagePrinter::printVisibleCharacter().
bool openmsx::ImagePrinter::FontInfo::useRam |
Definition at line 122 of file Printer.hh.
Referenced by openmsx::ImagePrinter::printVisibleCharacter().