create# classmethod Text.create(layout, layer, center_x, center_y, text)# Create a text object. Parameters: layoutLayoutLayout to create the text object in. layerLayerLikeLayer to place the text object on. center_xValueLikeX value of the center point. center_yValueLikeY value of the center point. textstrText string. Returns: TextText object created.