openMSX
Classes | Namespaces
Printer.hh File Reference

Dot Matrix Printer Emulation code mostly copied from blueMSX but changed to: OO-style save to png images (with anti-aliased circles) fit in openMSX structure. More...

#include "PrinterPortDevice.hh"
#include <array>
#include <memory>
#include <utility>
Include dependency graph for Printer.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openmsx::PrinterCore
 
class  openmsx::ImagePrinter
 
struct  openmsx::ImagePrinter::FontInfo
 
class  openmsx::ImagePrinterMSX
 
class  openmsx::ImagePrinterEpson
 

Namespaces

namespace  openmsx
 This file implemented 3 utility functions:
 

Detailed Description

Dot Matrix Printer Emulation code mostly copied from blueMSX but changed to: OO-style save to png images (with anti-aliased circles) fit in openMSX structure.

Definition in file Printer.hh.