Closed mike42 closed 6 years ago
Printers allow switching to a "Font B" and sometimes "Font C", which is slightly smaller.
Commands which affect the selected font include-
SelectPrintModeCmd
SelectFontCmd
InitializeCmd
Store these as inline formatting, implement CSS classes for font B and C, using a simple font-size switch.
font-size
Implemented A and B (Font C will render like A)
Printers allow switching to a "Font B" and sometimes "Font C", which is slightly smaller.
Commands which affect the selected font include-
SelectPrintModeCmd
(select A or B)SelectFontCmd
(Select A, B or C)InitializeCmd
(Reset to A).Store these as inline formatting, implement CSS classes for font B and C, using a simple
font-size
switch.