IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

8.12.3.38 IfcTextStyleForDefinedFont

AbRV ⓘ

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.

Definition according to W3C for Cascading Style Sheets: These properties describe the color (often called foreground color) and background of an element (i.e. the surface onto which the content is rendered). One can set a background color.

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

Edit on Github


Is this page difficult to understand? Let us know!