HtmlUtilEstimateTextHeight Method
Return the estimated text height, in pixels.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.3013.4544
public static float EstimateTextHeight(
string text,
string fontSize
)
Public Shared Function EstimateTextHeight (
text As String,
fontSize As String
) As Single
No code example is currently available or this language may not be supported.
- text String
-
The text to measure.
- fontSize String
-
The size of the font, with units.
Single
The height of the text.