huysentruitw / barcoder

Lightweight Barcode Encoding Library for .NET Framework, .NET Standard and .NET Core.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Barcode numbers not displayed sometimes

rashazayed85 opened this issue · comments

Hi,
Im using barcoder in Xamarin forms, to print out a bar code, working fine on some machines
and on others not... I got the code image without the numbers below as attached
barcode

Any help?

Barcoder uses the font-family "arial", perhaps that font is not available on those machines?

But the [Arial] font is available in windows already

Any update on this? I'm not using Xamarin forms myself, so hard to simulate this. Will close this issue in the meantime as it doesn't occur in other tests. Feel free to send a PR if something needs to be fixed.