Expand my Community achievements bar.

barcode font

Avatar

Former Community Member
How do you change the font used to display the numbers in a barcode? If I have a barcode selected, the font palette immediately empties.



thanks,



tye



*Edit: I see that it can be done by editing in the XML Source view, but surely there's a way to do this without digging into that. ?
2 Replies

Avatar

Former Community Member
Thomas,



At the moment, I believe that editing the XML source is how you can change the font for barcode.

I think it is an enhanced feature for future version of Designer.



Jimmy

jpham@pacbell.net

Avatar

Former Community Member
You can set this through scripting as well. It is not documented as it has to be implemented in Designer but the Object Model supports it.<br /><br /><barcode-object>.font.typeface = "Lucida Console";<br /><barcode-object>.font.size = "12pt";