You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.
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;
The text was updated successfully, but these errors were encountered: