public virtual LeadSizeD GetTextSize(
string ,
AnnFont ,
LeadSizeD
)
-(LeadSizeD)getTextSize:(NSString*)text annFont:(LTAnnFont*)annFont layoutArea:(LeadSizeD)layoutArea;
LeadSizeD getTextSize(string text, AnnFont annFont, LeadSizeD layoutArea);
function Leadtools.Annotations.Rendering.AnnTextObjectRenderer.GetTextSize(
text ,
annFont ,
layoutArea
)
Parameters
- text
- Text to measure.
- annFont
- Font to use in measurement.
- layoutArea
- Clipping layout area.
Return Value
The size of the text in container units.