VS:GetSize: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision)
 
(No difference)

Latest revision as of 09:39, 3 February 2023

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Obsolete function.

FUNCTION GetSize(
h :HANDLE) : INTEGER;
def vs.GetSize(h):
    return INTEGER

Parameters

h HANDLE Handle to text object.

Remarks

Deleted this obsolete function as of 9.0.0b7 - PCP 12-21-2000


Returns the font size in points of the first character in the text block h. This function is obsolete. Use GetTextSize instead.

[sd 8/14/98]

Version

GetSize is obsolete as of MiniCAD5.0


Availability: from MiniCAD

See Also

VS Functions:

VS:GetTextSize

VS Functions: [[VS:GetTextSize]]