ITextShaper
ITextShaper interface
Provides methods for text shaping.
public interface ITextShaper : IDisposable
Methods
Name | Description |
---|---|
ShapeText(string[], Direction, UnicodeScript, FontFeature[], VariationAxisCoordinate[]) | Returns Cluster objects generated from a sequence of text fragments. Length of the returned array is equal to length of runs. If run at an index has corresponding clusters then result at the same index will have them recorded. |
See Also
- namespace Aspose.Words.Shaping
- assembly Aspose.Words