Bitbybit Docs
    Bereite Suchindex vor...

    Aufzählung recAlignmentEnum (Advanced.Text3D)

    Where a text block is anchored inside its bounding rectangle, as one of nine positions from leftTop to rightBottom. This decides which point stays fixed as the text grows or shrinks - centerMiddle keeps it centred, leftTop keeps the first character in place.

    Index

    Aufzählungselemente

    leftTop: "leftTop"
    leftMiddle: "leftMiddle"
    leftBottom: "leftBottom"
    centerTop: "centerTop"
    centerMiddle: "centerMiddle"
    centerBottom: "centerBottom"
    rightTop: "rightTop"
    rightMiddle: "rightMiddle"
    rightBottom: "rightBottom"