Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 481 Bytes

File metadata and controls

35 lines (26 loc) · 481 Bytes

TextFont

Description

Procedure TextFont sets the active font for the document.

PROCEDURE TextFont(fontID : INTEGER);
def vs.TextFont(fontID):
    return None

Parameters

Name Type Description
fontID INTEGER Font ID setting for document.

Examples

==== VectorScript ====

TextFont(GetFontID('Times'));

==== Python ====

Version

Availability: from All Versions

Category

  • Objects - Text