TextParms procedure
Unit
procedure TextParms(var P: TsgCADIterate);
Description
This procedure is left for compatibility with previous versions of the library (starting on v.5.2.5) We recommend to use DoScale2D procedure.
Calculates the XScale, YScale and Angle fields of given TsgCADIterate record, if they are not initialized earlier. Usually it is used in method passed to Iterate as Proc value. Intended for calculating the text (font) parameters during iteration; in nested block this parameters can differ from "native" entity properties.
Go to CAD VCL Enterprise