Is there a way to make a text field (or a text style) all caps?
Hi StefanC,
While placing a Text Field, you will see an option in dialog for 'case'. Check screenshot.
Thank you for your reply, however this only seems to be available when inserting a field?
I want to have a text file with **site_adress** where the pentable makes a text substition (**site_adress** --> $(site_adress)) and replaces it with the adress as defined by a variable in the project configuration file ($(site_adress) = .....)
I want to force it to all caps, regardless how it is written in the variable.
I don't see how I can do this with a text without using Insert Field? (or how to do it with inserting a Field)
Windows 10 pro
OpenBuildings Designer Connect Edition Update 10.10.01.151
What about choosing a font that has only upper case ?
Timothy Hickman
CADD Manager | CADD Department
timothy.hickman@colliersengineering.com
Main: 877 627 3772|
1000 Waterview Drive Suite 201 | Hamilton, New Jersey 08691
Use Named Expressions in Pen Table. Check Blog
My named expression
_SiteAddressUppersystem.string.toupper(ConfigVar.GetExpandedConfigVar("SITE_ADDRESS"))
Pen Table substitution$SITE_ADDRESS$ <expr?name=_SiteAddressUpper>
Output
Note: Add the named expression dgnlib file name to configuration variable MS_GUIDGNLIBLIST
I'll have a look at those named expressions, maybe this could do the trick.
We created a Wiki and attached sample files.