Print Digits Of A Manual Input In Different Font Types
I'm creating a label where the user must enter a number with 5 digits. Now I want to print the first 2 digits of the entry in a normal font, the last 3 digits in a bigger bold font. At the moment I can’t find the right way to realize this.
Is it possible? How?
Thx
-
Hello,
I've attached a sample for you to examine.
There is a Text Object out of the label design, which will take the value of the "Text Input Box" from BT's Data Entry Form.
You will also see a text object which is inside the label design area. This text object is composed of two "Object Value" data sources which make use of the "Truncation" transform to just show the first two digits of the entire data source in the first case, and the last three digits for the second data source. Besides this, under the "Font" tab, you can click on "Font per Data Source..." button to set the font typeface, style and size per data source.
0 -
Yes, that's it. Thanks a lot.
0
Please sign in to leave a comment.
Comments
2 comments