We have to provide customized Font to the content within the attributes for defined Objects within ARIS. (This font is company defined)
For e.g there are objects like Process or Subprocess and we have defined customized Font to these Object names however the Font for the attributes within these objects for e.g Title name, Description, etc is also required to be customized (company defined Font).
Even though we uplaoded the Font in Architect however font is not visible for attributes content.
Can you pls guide.
Hi Abhishek,
have you tried to change the template font?
When you are in Administration --> Configuration --> Templates --> Definitions --> Select your template
Then, under 4. Place symbol attributes --> Select the attribute value where you want to change the font and click on edit.
If you have a report where you want to change the font for your attributes, I would try, e.g.:
output.TableCell(getString("TEXT_123"),20,"YOUR FONT NAME",defaultFontSize,Constants.C_BLACK,Constants.C_WHITE,0,Constants.FMT_LEFT| Constants.FMT_BOLD,0);
Best,
Veronika