The text in the specification for IfcFontWeight and the WhereRule are different.
Either 'bold' should be added to the WhereRule or should '600' used for bold, than this has to be claryfied in the description.
And whats about 'small-caps' in the description?
The IfcFontWeight type defines the weight of the font. Values are:
The text in the specification for IfcFontWeight and the WhereRule are different. Either 'bold' should be added to the WhereRule or should '600' used for bold, than this has to be claryfied in the description. And whats about 'small-caps' in the description?
The IfcFontWeight type defines the weight of the font. Values are:
TYPE IfcFontWeight = STRING; WHERE WR1 : SELF IN ['normal','small-caps','100','200','300','400','500','600','700','800','900'] END_TYPE;