fmeobjects.FMEText.setTextSize¶
-
FMEText.
setTextSize
(textSize)¶ Sets the existing text object’s size to the value in ‘textSize’. An error is returned if the new size is invalid or NULL.
Parameters: textSize (float) – The new size to set the existing text object to. Return type: None Raises: FMEException – An exception is raised if an error occurred.