All Caps Font
All Caps Font
(OP)
Is there a font in NX that will display uppercase letters no matter whether the user inputs lower or upper case? The reason I would like this that is we populate the drawing sheet with the Teamcenter description field. Having the description in upper and lower case makes it easier to read in Teamcenter but our drawing requirements call for all caps on the drawing.
If there is not an all caps font, how do I make one?
If there is not an all caps font, how do I make one?





RE: All Caps Font
Write a VB program for text input that takes your input string and converts it to uppercase before placing it into the variable for the field on your drawing.
At a prior company, we used a GRIP program for drawing formats, prior to NX2. The data for the drawing was stored as attributes and the program would not only check for all capitals, but also the string length so an engineer could entere a string longer than we wanted for the data fields. If the string was enetered in lower case, we would convert it to upper case before storing it. We did it by parsing the string, checking the acsii value of each character and then adding/subtracting the difference between the upper/lower ascii value, the rewriting the string in the proper format.
"Wildfires are dangerous, hard to control, and economically catastrophic."
Ben Loosli
RE: All Caps Font