C#
VB
Java
Returns the size of a text with a AnnFont and clipping size.
public static Leadtools.LeadSizeD GetTextSize(
string text,
Leadtools.Annotations.Core.AnnFont font,
Leadtools.LeadSizeD layoutArea
)
Public Shared Function GetTextSize( _
ByVal text As String, _
ByVal font As Leadtools.Annotations.Core.AnnFont, _
ByVal layoutArea As Leadtools.LeadSizeD _
) As Leadtools.LeadSizeD
public LeadSizeD getTextSize(String text, AnnFont font, LeadSizeD layoutArea)
text
The source text string
font
The font to use
layoutArea
Clipping size to use.
The size of the text.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET