start_offset method

start_offset

Sets the ‘startOffset’ attribute, specifying the starting position of the text on the path.

Returns

The current builder instance.

def start_offset(self, value, type):
    ...
ParameterTypeDescription
valuefloatThe offset value.
typeLengthTypeThe type of length measurement (e.g., pixels).

See Also