@mikhail
Is adding the style to the object like this what you need?
id = rs.AddText(text, textDotLoc, height=0.063, font="Arial", font_style=0, justification=131073)
rs.DimensionStyle(id, "a style name")
@mikhail
Is adding the style to the object like this what you need?
id = rs.AddText(text, textDotLoc, height=0.063, font="Arial", font_style=0, justification=131073)
rs.DimensionStyle(id, "a style name")