IfcTextFontSelect

Natural language names
Text Font Select
Sélection de police de caractères
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcTextFontSelectMOVEDSchema changed from IFCPRESENTATIONRESOURCE to IFCPRESENTATIONAPPEARANCERESOURCE.
Semantic definitions at the type
Type 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.

NOTE  Type adapted from font_select defined in ISO10303-46.
HISTORY  New select type in IFC2x2.
IFC2x3 CHANGE  The select type has been renamed from IfcFontSelect.
Select definition
TypeDescription
IfcPreDefinedTextFont
IfcExternallyDefinedTextFont
Formal representations
XML Specification
 <xs:group name="IfcTextFontSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcExternallyDefinedTextFont"/>
   <xs:element ref="ifc:IfcPreDefinedTextFont"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcTextFontSelect = SELECT (
 IfcPreDefinedTextFont,
 IfcExternallyDefinedTextFont);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcTextStyle

Link to this page  Link to this page