TextFragmentState.MeasureHeight

TextFragmentState.MeasureHeight method

Measures character height.

public double MeasureHeight(char character)
ParameterTypeDescription
characterCharCharacter to measure.

Return Value

Height of the character if we could get it from font; otherwise 0.

See Also