-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Viewer default fonts not displayed as expected #204
Comments
Right, it is not 100% matching. Same on our viewer online https://binarykits-zpl-viewer.azurewebsites.net/ (Examle 9) |
Well each printer could use what ever font, and therefore is impossible to please every one. For example I'm currently working with honeywell/datamax printer, which has their own defaults. What do you think is it possible to implement feature that enables to setup custom fonts from per environment. for example for docker api could be something like # docker-compose.yml
zpl-viewer:
image: yipingruan/binarykits-zpl:latest
ports:
- '40080:80'
environment:
FONT_0: ./../fonts/...ttf
FONT_A1: ./../fonts/DejaVuSansMono.ttf I have zero experience with C# so this might sound that I'm just asking features, but I can try to help as much as I can, if it's needed. |
I'm currently hosting dockerized Viewer from arm mac and default font seem to be wrong for me.
Docker image it self only contains dejavu font in
usr/shared/font
The text was updated successfully, but these errors were encountered: