IfcTextFontSelect

Natural language names
enText Font Select
frSé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.
Enumeration definition
ConstantDescription
IfcPreDefinedTextFont
IfcExternallyDefinedTextFont
Formal representations
XSD 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

Link to this page  Link to this page