mirror of
https://github.com/python-escpos/python-escpos
synced 2025-09-13 09:09:58 +00:00
add todos
This commit is contained in:

committed by
Patrick Kanzler

parent
8222c1e587
commit
5e1d9bd883
@@ -17,4 +17,41 @@ Media width (mm) {{ escape_rst(printer.media.width.mm|default('Unknown')|
|
||||
Media width (pixels) {{ escape_rst(printer.media.width.pixels|default('Unknown')|string) }}
|
||||
DPI {{ escape_rst(printer.media.dpi|default('Unknown')|string) }}
|
||||
====================== ================================================================
|
||||
|
||||
Fonts
|
||||
^^^^^
|
||||
|
||||
.. todo:: list supported fonts (ID, Name, Columns)
|
||||
|
||||
Colors
|
||||
^^^^^^
|
||||
|
||||
.. todo:: list supported colors (ID, Name)
|
||||
|
||||
Feature support
|
||||
^^^^^^^^^^^^^^^
|
||||
|
||||
.. todo:: list features (parse table)
|
||||
|
||||
================ =======
|
||||
barcodeA check
|
||||
barcodeB check
|
||||
bitImageColumn check
|
||||
bitImageRaster check
|
||||
graphics check
|
||||
highDensity check
|
||||
paperFullCut check
|
||||
paperPartCut check
|
||||
pdf417Code check
|
||||
pulseBel clear
|
||||
pulseStandard check
|
||||
qrCode check
|
||||
starCommands clear
|
||||
================ =======
|
||||
|
||||
Text code pages
|
||||
^^^^^^^^^^^^^^^
|
||||
|
||||
.. todo: list code pages (ID, Encoding, link to Encoding list)
|
||||
|
||||
{% endfor %}
|
Reference in New Issue
Block a user