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.
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
-
- IfcTextStyleForDefinedFont
- IfcColourRgbList
- IfcColourSpecification
- IfcCurveStyleFont
- IfcCurveStyleFontAndScaling
- IfcCurveStyleFontPattern
- IfcIndexedColourMap
- IfcPreDefinedItem
- IfcSurfaceStyleLighting
- IfcSurfaceStyleRefraction
- IfcSurfaceStyleShading
- IfcSurfaceStyleWithTextures
- IfcSurfaceTexture
- IfcTextStyleTextModel
- IfcTextureCoordinate
- IfcTextureVertex
- IfcTextureVertexList
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. |
8.12.3.38.4 Formal representation
ENTITY IfcTextStyleForDefinedFont
SUBTYPE OF (IfcPresentationItem);
Colour : IfcColour;
BackgroundColour : OPTIONAL IfcColour;
END_ENTITY;