Procedure TextFace sets the active text style of a VectorWorks document.
The text style may be one or a combination of the available styles, and should be enclosed in brackets. To specify multiple styles, each style should be separated by a comma.
PROCEDURE TextFace(s : TEXTSTYLE);def vs.TextFace(s):
return None| Name | Type | Description |
|---|---|---|
| s | TEXTSTYLE | Style setting for document. |
Make sure the docs indicate that the face must appear in set notation - check it out [PCP]
TextFace([Italic]);
{set the active text style to Italic}
TextFace([Bold,Outline]);
{set the active text style to bold outline}Availability: from All Versions