8.13.2.2 IfcTextPath
    8.13.2.2.1 Semantic definition
The text path determines the direction of the text characters in respect to each other.
    8.13.2.2.2 Type values
| Type | 
Description | 
DOWN
 | 
 Down 
 | 
LEFT
 | 
 Left 
 | 
RIGHT
 | 
 Right 
 | 
UP
 | 
 Up 
 | 
Table 8.13.2.2.A 
    8.13.2.2.3 Formal representation
TYPE IfcTextPath = ENUMERATION OF
	(DOWN
	,LEFT
	,RIGHT
	,UP);
END_TYPE;
    8.13.2.2.4 References