ITextShaper
public interface ITextShaper
Методы
| Метод | Описание |
|---|---|
| shapeText(String[] runs, int direction, int script, int[] fontFeatures) |
shapeText(String[] runs, int direction, int script, int[] fontFeatures)
public abstract Cluster[][] shapeText(String[] runs, int direction, int script, int[] fontFeatures)
Параметры:
| Параметр | Тип | Описание |
|---|---|---|
| runs | java.lang.String[] | |
| direction | int | |
| script | int | |
| fontFeatures | int[] |
Возвращает: com.aspose.words.Cluster[][]