C#
VB
Java
Objective-C
WinRT C#
C++
Measure the text size and return the result.
Public Overridable Function GetTextSize( _
ByVal text As String, _
ByVal annFont As Leadtools.Annotations.Core.AnnFont, _
ByVal layoutArea As Leadtools.LeadSizeD _
) As Leadtools.LeadSizeD
public virtual Leadtools.LeadSizeD GetTextSize(
string text,
Leadtools.Annotations.Core.AnnFont annFont,
Leadtools.LeadSizeD layoutArea
)
public LeadSizeD getTextSize(String text, AnnFont annFont, LeadSizeD layoutArea)
function Leadtools.Annotations.Rendering.AnnTextObjectRenderer.GetTextSize(
text ,
annFont ,
layoutArea
)
text
Text to measure.
annFont
Font to use in measurement.
layoutArea
Clipping layout area.
The size of the text in container units.
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