Font names
ildarakhmetov opened this issue · 5 comments
Thanks for an amazing package, really helpful!
Just one issue. For UTF-8 characters (Cyrillic in my case), I use the font E:TT0003M_.FNT
. However, I can't pass it to the write_text()
function. It looks like there is a limit on single-char standard font names.
Would be awesome if you could lift that limit to enable use of other fonts.
Please test commit 34f9075 and reopen if problem still exists.
To install the latest version from git use: pip install -U git+https://github.com/cod3monk/zpl
Please test GH-6 . With these minor edits, write_text()
works fine with named fonts.
Merged. Thanks!
Hey guys,
is there an overview of the possible font names? For instance, i would like to use arial as font, but just using "arial" as font attribute is not recognized as valid font.
@ASchwad check the ZPL2 Programming Manual page 894 and following.