Rotation for the current font in 1/10ths of a degree.
Source position: graphics.pp line 579
published property TFont.Orientation : Integer |
Orientation is an Integer property which contains the rotation angle used for text in 1/10ths of a degree. The rotation angle is determined by the relationship between the X Axis for the Canvas and the baseline for the font, and uses the following directions:
| 0 | Text is drawn horizontally from left to right. |
| 900 | Text is drawn vertically from bottom to top. |
| 1800 | Text is drawn upside down from right to left. |
| 2700 | Text is drawn vertically from top to bottom. |
Setting a new value for the property causes the font Reference to be re-created, and calls Changes to signal the OnChange event handler (when assigned).
The default value for the property is 0 (zero).
| Version 4.4 | Generated 2025-11-08 | Home |