function Leadtools.Annotations.Rendering.AnnTextObjectRenderer.getTextSize( text , annFont , layoutArea )
!MISSING Scrap '_RTJavaScript_Method_SYNTAX'!
Parameter | Type | Description |
---|---|---|
text | string | The text string to measure. |
annFont | AnnFont | The font to use. |
layoutArea | LeadSizeD | The maximum layout area for the text. |
This method is called by the renderer to measure the size of a text string using a specific font and clipping rectangle. Derived classes can override this method and provide their own implementation.