Skip to content

format

typescript
Text.alignByGeometry

class: Text

description

The geometric alignment mode of the text component.

If set to true, it means the text will be aligned based on its geometric shape. If set to false, it means the text will be aligned based on the bounding box of the text.

parameter

param_nametypedescription

reture

typedescription
boolean

code example