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
Text The Text |
Font The Font |
Returns
Text The Text |