HtmlUtilEstimateFontHeight Method

Return the estimated height of the font, in pixels.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public static float EstimateFontHeight(
	string fontSize
)

Parameters

fontSize  String
The size of the font, in CSS units.

Return Value

Single
The estimated height of the font, in CSS units.

See Also