Method CalculateLength
Namespace TallComponents.PDF.Layout.Fonts
Class Font
Calculate the length of given text. Multiply the result by the font size to get the length in points.
Syntax
public
Double
CalculateLength(
String
text
)
Returns
Double
Length in points. Multiply this by the font size to get the length in points.
Parameters
String
text
Calculate the length of this text.