drukarkapl – polish printing on dot matrix printers
To jest program, który umożliwia drukowanie w trybie tekstowym na drukarkach igłowych, nawet tekstów z polskimi literami. (Drukowanie w trybie tekstowym jest duuuużo szybsze niż zwykłe, tj w trybie graficznym, jak robi to większość programów). Program ma dwie wersje: A i B:
- Wersja A powinna działać na każdej drukarce igłowej. Ogonki są uzyskiwane przez nadrukowywanie przecinków itp zawijasów na czyste litery. Wada: potrzeba dwu przejść głowicy na każdą linijkę tekstu.
- Wersja B wgrywa do drukarki polskie fonty i później z nich korzysta (ale wciąż w trybie tekstowym). Dzięki temu chodzi ze dwa razy szybciej - bo na linijkę potrzebuje tylko jednego przejścia głowicy. Wada: chodzi (chyba) tylko na Seikosha SP-1900 Plus w trybie "IBM"
This is a program for printing in text mode on dot matrix printers. This is much quicker then printing in graphic mode, which most of text editors do. The huge advantage is that it can print all chars of polish alphabet.
This program has two versions - A and B.
- Version A should (I guess so) work with any dot matrix printer. It prints polish chars (like accented 'o' and others) by overprinting normal letters with commas and so. This way it takes two passes of printer's head to print one line of text.
- Version B is about two times quicker, as it needs only one head's passage to print one line of texts - because special polish chars are defined as "downloaded fonts" (if you know what I mean). The disadventage is that most probably it will not work with printers other than Seikosha SP-1900 Plus in "IBM" mode. (Unless you change some stuff in configuration file).
You can use this program under terms of GPL of any other OSI approved open source license.