IFC 4.3.0.0 (IFC4X3) final

8.12.2.8 IfcFontWeight

8.12.2.8.1 Semantic definition

The IfcFontWeight type defines the weight of the font. Values are:

  • normal
  • bold
  • 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900

8.12.2.8.2 Formal Propositions

WR1
SELF IN ['normal','small-caps','100','200','300','400','500','600','700','800','900']
Table 8.12.2.8.A

8.12.2.8.3 Formal representation

TYPE IfcFontWeight = STRING;
 WHERE
	 WR1 : SELF IN ['normal','small-caps','100','200','300','400','500','600','700','800','900'];
END_TYPE;

8.12.2.8.4 References