Procedure TextFont sets the active font for the document.
PROCEDURE TextFont(fontID : INTEGER);def vs.TextFont(fontID):
return None| Name | Type | Description |
|---|---|---|
| fontID | INTEGER | Font ID setting for document. |
==== VectorScript ====
TextFont(GetFontID('Times'));==== Python ====
Availability: from All Versions
- Objects - Text