escpos-php
|
Public Member Functions | |
__construct (ColumnFormatGlyphFactory $glyphFactory, Printer $printer) | |
cacheChars (array $codePoints) | |
writeChar (int $codePoint) | |
reset () | |
occupied ($id) | |
evict ($id) | |
addChar (int $codePoint, $evict=true) | |
submitCharsToPrinterFont (array $chars) | |
Public Attributes | |
const | MIN = 0x20 |
const | MAX = 0x7E |
const | FONT_A_WIDTH = 12 |
const | FONT_B_WIDTH = 9 |
Protected Attributes | |
$printer | |
$memory | |
$chars | |
$next = 0 | |