Text3DAlignment()

Syntax

Text3DAlignment(#Text3D, Alignment)
Description
Change displayed text alignment.

Parameters

#Text3D The text to use.
Alignment The new text alignment. It can be a combination of the following values:
  #PB_Text3D_Left  : the text will be left aligned
  #PB_Text3D_Top   : the text will be top aligned
  #PB_Text3D_Bottom: the text will be bottom aligned
  #PB_Text3D_HorizontallyCentered: the text will be centered horizontally
  #PB_Text3D_VerticallyCentered  : the text will be centered vertically

Return value

None.

See Also

CreateText3D()

Supported OS

All

<- ScaleText3D() - Text3D Index - Text3DCaption() ->