Product Documentation
Virtuoso Schematic Editor SKILL Functions Reference
Product Version IC23.1, November 2023

schHiFontUpdate

schHiFontUpdate(
[?increase x_increase]
[?amount x_amount]
[x_increase [x_amount] ]
)
=> t / nil

Description

Interactive command for updating the font size of text on a schematic.

Arguments

?increase x_increase

Sets that the font size is to be increased.

?amount x_amount

Number of user units to increase font size on schematic by.

Value Returned

t

Font size successfully increased.

nil

Command failed.

Examples

Increases font size by two user units.

schHiFontUpdate(?increase t ?amount 2)

Return to top
 ⠀
X