8.12.2.21 IfcTextFontSelect
8.12.2.21.1 Semantic definition
IfcTextFontSelect allows for either a predefined text font, a text font model or an externally defined text font to be used to describe the font of a text literal.
8.12.2.21.2 Type values
8.12.2.21.3 Formal representation
TYPE IfcTextFontSelect = SELECT
(IfcExternallyDefinedTextFont
,IfcPreDefinedTextFont);
END_TYPE;