Icon TTextBaseLine

Unit: WebUI

TTextBaseLine = (blAlphabetic,blTop,blMiddle,blBottom,blHanging,
      blIdeographic)

Available In: Client and Server Applications

The TTextBaseLine enumerated type is used to specify the vertical alignment of text on a TCanvasElement instance.

ElementDescription
blAlphabeticSpecifies that the baseline is the normal alphabetic baseline. This is the default vertical alignment.
blBottomSpecifies that the baseline is the bottom of the bounding box that encompasses the text.
blHangingSpecifies that the baseline is the hanging baseline.
blIdeographicSpecifies that the baseline is the ideographic baseline.
blMiddleSpecifies that the baseline is the middle of the em square.
blTopSpecifies that the baseline is the top of the em square.
Image