Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 590 Bytes

File metadata and controls

24 lines (18 loc) · 590 Bytes

CreateTextStyleRes

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.

FUNCTION CreateTextStyleRes(name : STRING): HANDLE;
def vs.CreateTextStyleRes(name):
    return HANDLE

Parameters

Name Type Description
name STRING The name for the new text style.

Version

Availability: from Vectorworks 2014

Category