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
-
- 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;