IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

8.12.2.7 IfcFontVariant

8.12.2.7.1 Semantic definition

The IfcFontVariant type defines whether the normal or the small-caps faces within a font family shall be used. Values are:

  • normal
  • small-caps

8.12.2.7.2 Formal Propositions

WR1
SELF IN ['normal','small-caps']
Table 8.12.2.7.A

8.12.2.7.3 Formal representation

TYPE IfcFontVariant = STRING;
 WHERE
	 WR1 : SELF IN ['normal','small-caps'];
END_TYPE;

8.12.2.7.4 References

Edit on Github


Is this page difficult to understand? Let us know!