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