Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcTextFontName

Definition from CSS1 (W3C Recommendation): The value is a  font family name and/or generic family name. Values are:

<family-name>
The name of a font family of choice. For example, "gill" and "helvetica" are font families.
<generic-family>
In the example above, the last value is a generic family name. The following generic families are defined:

It is encouraged to offer a generic font family as a last alternative.

NOTE  Corresponding CSS1 definitions are font-family.

HISTORY New type in Release IFC2x Edition 2 Addendum 2.
IFC2x Edition 2 Addendum 2 CHANGE: The IfcFontFamily has been added.

EXPRESS specification:

TYPE IfcTextFontName = STRING;
END_TYPE;