Measures the specified string when drawn with the specified
font.
public LeadSizeD MeasureString(
string ,
AnnFont
)
-(LeadSizeD) measureString:(NSString*) text font:(LTAnnFont*) font;
function Leadtools.Annotations.Rendering.AnnUniversalRenderingEngine_ObjectiveC.MeasureString(
text ,
font
)
Parameters
- text
- The string to measure.
- font
- The font that defines the text format of the string.
Return Value
The size of the string, in container coordinates.