Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 519 Bytes

File metadata and controls

34 lines (26 loc) · 519 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