[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TFont.Orientation

The OrientationRotation of the current font in 10th of a degree. Zero is text drawn to the right, upsides. With value 900 (90 degrees) it will be drawn towards the top. With 1800 it will be upside-down and drawn to the left.

Declaration

Source position: graphics.pp line 579

published property TFont.Orientation : Integer
  read GetOrientation
  write SetOrientation
  default 0;

The latest version of this document can be found at lazarus-ccr.sourceforge.net.