Skip to main content

Search

Search

Underline Specific Characters In A Humanreadable String Of Bar Code

Comments

3 comments

  • Avatar
    Ian Cummings
    Moderator
    Disable human readable in the barcode, but share the data source under a define share name.

    Create a separate text object to act as the human readable using multiple data sources for each "style" part of the text.

    Set the type to be single line VB Script for each data source. Use the expression "Format.NamedSubStrings("btBarcode").Value" in the VB script assuming that you gave the barcode a share name of "btBarcode".

    You can then use the "Transforms" tab of the particular data source to truncate those parts of the data source that you don't need for that part of the font style.

    Select the font dialog of the text object and click the "Font per data source" button to choose the font and style you want for each data source in the text object.
    0
  • Avatar
    Legacy Poster
    [quote name='Ian C - Seagull Support' timestamp='1349254331' post='3387']
    Disable human readable in the barcode, but share the data source under a define share name.

    Create a separate text object to act as the human readable using multiple data sources for each "style" part of the text.

    Set the type to be single line VB Script for each data source. Use the expression "Format.NamedSubStrings("btBarcode").Value" in the VB script assuming that you gave the barcode a share name of "btBarcode".

    You can then use the "Transforms" tab of the particular data source to truncate those parts of the data source that you don't need for that part of the font style.

    Select the font dialog of the text object and click the "Font per data source" button to choose the font and style you want for each data source in the text object.
    [/quote]

    Thank you so much for the reply...

    The problem I run into then is spacing. The font that I am required to use is Verdana which is not mono-spaced. Any suggestions?
    0
  • Avatar
    Ian Cummings
    Moderator
    Well you could use a monospaced font like Courier (and others), otherwise, if using BarTender v10.0 you can specify a paragraph text object (instead of a single line) and specify "Distributed" justification.
    0

Please sign in to leave a comment.