We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I Was testing the ZPL.Viewer and when I save the generated Image it is dark. Is this intended?
Ty
The text was updated successfully, but these errors were encountered:
set OpaqueBackground=false in DrawerOptions ,such as following code.
private static DrawerOptions BuildDrawOption(string fontName = "NotoSansSC-SemiBold") { var fontFile = Path.Combine(AppContext.BaseDirectory, "fonts", $"{fontName}.ttf"); var drawOptions = new DrawerOptions { FontLoader = fontName => { return SKTypeface.FromFile(fontFile); }, OpaqueBackground = false, PdfOutput = false, RenderFormat = SKEncodedImageFormat.Png, RenderQuality = 100, Antialias = true, ReplaceDashWithEnDash = false }; return drawOptions; }
Sorry, something went wrong.
No branches or pull requests
Hi,
I Was testing the ZPL.Viewer and when I save the generated Image it is dark. Is this intended?
Ty
The text was updated successfully, but these errors were encountered: