BBIM - Changing symbol text size

Hi,
I'm trying to create custom symbols etc., but I struggle changing text sizes. In the .svg is this default space- or setout-tag which I slightly modified with different 'class' values and added italic and bold.

I thought the class property refers to these lines in the .css files:

However, when I print the plan I notice these 3 things:

  • changing the class to a different size doesn't work;
  • the property font-style="italic" works;
  • the property font-style="bold" doesn't work.

Does anybody know how to link the class back to the .css or is there another solution? I could define text height in the symbol itself, but that's not preferred. And why does italic work but bold not?

Thanks!

Sign In or Register to comment.