Skip to content

HAlign

Studio is being deprecated, please head over to the documentation page for Mattercraft, our most advanced 3D tool for the web, where you can find the most recent information and tutorials.

enum HAlign { "left", "center", "right" }

The horizontal alignment of text in the bounding box.

MemberDescription
leftAligned with the left of the bounding box.
centerAligned with the center of the bounding box.
rightAligned with the right of the bounding box.