| CreateTextStyleRes | Text Style Constant Vectorworks 2014 |
VectorScript Declaration:
FUNCTION CreateTextStyleRes
( name:STRING ) :HANDLE ; Python:
return HANDLE
def vs.CreateTextStyleRes(name): Description:
Creates a new text style resource with the specified name. A handle to the new resource is returned. Once the resource is created the attributes of the text style resource should be set appropriately.Parameters:
name The name for the new text style. Result:
A handle to the newly created text style resource will be returned.