create# classmethod Text.create(layout, layer, center_x, center_y, text)# Create a text object. Parameters: layoutLayoutLayout to create the text object in. layerstr or LayerLayer to place the text object on. center_xValueX value of the center point. center_yValueY value of the center point. text: strText string. Returns: TextText object created.