openMSX
Public Attributes | List of all members
openmsx::ImagePrinter::FontInfo Struct Reference

#include <Printer.hh>

Collaboration diagram for openmsx::ImagePrinter::FontInfo:
Collaboration graph
[legend]

Public Attributes

std::array< uint8_t, 256 *MAX_FONT_WIDTHrom
 
std::array< uint8_t, 256 *MAX_FONT_WIDTHram
 
double pixelDelta
 
unsigned charWidth
 
bool useRam
 

Detailed Description

Definition at line 117 of file Printer.hh.

Member Data Documentation

◆ charWidth

unsigned openmsx::ImagePrinter::FontInfo::charWidth

Definition at line 121 of file Printer.hh.

Referenced by openmsx::ImagePrinter::printVisibleCharacter().

◆ pixelDelta

double openmsx::ImagePrinter::FontInfo::pixelDelta

Definition at line 120 of file Printer.hh.

Referenced by openmsx::ImagePrinter::printVisibleCharacter().

◆ ram

std::array<uint8_t, 256 * MAX_FONT_WIDTH> openmsx::ImagePrinter::FontInfo::ram

◆ rom

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().

◆ useRam

bool openmsx::ImagePrinter::FontInfo::useRam

Definition at line 122 of file Printer.hh.

Referenced by openmsx::ImagePrinter::printVisibleCharacter().


The documentation for this struct was generated from the following file: