Interface ITextMeasurer
Represents base text measurer interface.
Namespace: Telerik.Windows.Documents.Core.TextMeasurer
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public interface ITextMeasurer
Methods
MeasureText(TextProperties, FontProperties)
Measures the text.
Declaration
TextMeasurementInfo MeasureText(TextProperties textProperties, FontProperties fontProperties)
Parameters
TextProperties
textProperties
The TextProperties class which defines the text, its size and the flow direction. |
FontProperties
fontProperties
The FontProperties class which defines the font family, font style and font weight. |
Returns
TextMeasurementInfo
The TextMeasurementInfo with the properties of the measured text. |