Method CalculateWidth
Namespace TallComponents.PDF.Fonts
Class Font
Calculate the width of given text in points.
Syntax
public
Double
CalculateWidth(
String
text
,
Double
fontSize
)
Returns
Double
Width in points.
Parameters
String
text
The text for which the height will be calculated.
Double
fontSize
The font size.