Command
QisLib_SetTextScale

QisLib_SetTextScale


Function:
int QisLib_SetTextScale(int FontId, double Scale);

Inputs:
	FontId: Text font number for which the specified scale is to be set.
	Scale: Scale to be set.

Return: 0

Errors: -

Description:
	- Controls the scale of the text.
	- Allowed values for FontId are 0,1,2,3 for GDSII.
	- For OASIS, FontId must be 0.
	- Scale must be > 0.

References:
QisLib_SetTextMode