ITextShaperFactory
ITextShaperFactory interface
An interface of a factory for constructing ITextShaper implementations.
public interface ITextShaperFactory
Methods
| Name | Description |
|---|---|
| GetTextShaper(string, int) | Returns new instance of a text shaper for the font specified by fontPath and faceIndex. |
| GetTextShaper(string, byte[], int) | Returns new instance of a text shaper for the font represented by fontBlob and faceIndex. |
See Also
- namespace Aspose.Words.Shaping
- assembly Aspose.Words