Text3DAlignment()

语法

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

参数

#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

返回值

无.

参阅

CreateText3D()

已支持操作系统

所有

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