-
-
Notifications
You must be signed in to change notification settings - Fork 65
Text Properties
Terry Burton edited this page Feb 6, 2015
·
13 revisions
Show human readable text for data in symbol.
- If a character in the data does not have a printable representation then it is not displayed
Display the text encoded in this Code 39 symbol:
0 0 moveto (SEE ME) (includetext)
/code39 /uk.co.terryburton.bwipp findresource exec
The font name for text.
- The font name must be the literal name of a PostScript font that is available to the system.
- This option should be used in combination with the includetext option.
Customise the human readable text of this USPS POSTNET symbol
0 0 moveto (64501) (includetext textfont=Times textsize=9)
/postnet /uk.co.terryburton.bwipp findresource exec
The font size of the text in points.
- This option should be used in combination with the includetext option.
Customise the human readable text of this USPS POSTNET symbol
0 0 moveto (64501) (includetext textfont=Times textsize=9)
/postnet /uk.co.terryburton.bwipp findresource exec
The inter-character spacing of the text.
- This option should be used in combination with the textxalign option.
Home | Download | Documentation (PDF) | Source | Support | Issues | Online Barcode Generator