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:
    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