We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Problems with font size

Hello, I'm experiencing some problems using SFBarcodes. It seems that FontSize property does not work at all.
This is an example code snippet:
var barcode = new SfBarcode
{
    Symbology = BarcodeSymbolType.Code128A,
    Text = "12345",
    DisplayText = true,
    FontSize = 8,
    FontFamily = new FontFamily("Thaoma"),
    FontStyle = FontStyles.Italic,
    SymbologySettings = new Code128ASetting { BarHeight = 50, NarrowBarWidth = 0.3 }
};
Changing properties like FontFamily or FontStyle, I can see the text changing, but changing FontSize, nothing happens (and the text results very large and exceed from the barcode length).
Any suggestion?
Thank you, regards
    Luca Cavicchioli

1 Reply

KC Karthikeyan Chandrasekar Syncfusion Team June 16, 2014 12:52 PM UTC

Hi Luca,

Thank you for using Syncfusion Products.

 

We are able to reproduce this issue, we will fix this in our next release.

Thanks,

Karthikeyan.C


Loader.
Live Chat Icon For mobile
Up arrow icon