buildingSMART / IFC

IFC schema management and versioning repository
https://technical.buildingsmart.org/
Other
71 stars 20 forks source link

IfcFontWeight #28

Open arch1501 opened 3 years ago

arch1501 commented 3 years ago

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;