IFC 4.3.0.0 (IFC4X3) final

8.12.3.38 IfcTextStyleForDefinedFont

8.12.3.38.1 Semantic definition

The IfcTextStyleForDefinedFont combines the text font color with an optional background color, that fills the text box, defined by the planar extent given to the text literal.

8.12.3.38.2 Entity inheritance

8.12.3.38.3 Attributes

# Attribute Type Description
IfcTextStyleForDefinedFont (2)
1 Colour IfcColour

This property describes the text color of an element (often referred to as the foreground color).

2 BackgroundColour OPTIONAL IfcColour

This property sets the background color of an element.

Table 8.12.3.38.A

8.12.3.38.4 Formal representation

ENTITY IfcTextStyleForDefinedFont
 SUBTYPE OF (IfcPresentationItem);
	Colour : IfcColour;
	BackgroundColour : OPTIONAL IfcColour;
END_ENTITY;

8.12.3.38.5 References