Navigation

IfcFontSelect

Definition from IAI: The IfcFontSelect alows for either a predefined text font or an externally defined text font to be used to describe the font of a text literal.

NOTE: The IfcFontSelect is an entity that had been adopted from ISO 10303, Industrial automation systems and integration—Product data representation and exchange, Part 46: Integrated generic resources: Visual presentation.

NOTE: Corresponding STEP name: font_select. Please refer to ISO/IS 10303-46:1994, p. 133 for the final definition of the formal standard.
HISTORY: New type in Release IFC2x Edition 2.

EXPRESS specification:

TYPE IfcFontSelect = SELECT
( IfcPreDefinedTextFont,
IfcExternallyDefinedTextFont);
END_TYPE;