ITextShaperFactory
public interface ITextShaperFactory
方法
| 方法 | 描述 |
|---|---|
| getTextShaper(String fontId, byte[] fontBlob, int faceIndex) | |
| getTextShaper(String fontPath, int faceIndex) |
getTextShaper(String fontId, byte[] fontBlob, int faceIndex)
public abstract ITextShaper getTextShaper(String fontId, byte[] fontBlob, int faceIndex)
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| fontId | java.lang.String | |
| fontBlob | byte[] | |
| faceIndex | int |
退货: ITextShaper
getTextShaper(String fontPath, int faceIndex)
public abstract ITextShaper getTextShaper(String fontPath, int faceIndex)
参数:
| 范围 | 类型 | 描述 |
|---|---|---|
| fontPath | java.lang.String | |
| faceIndex | int |
退货: ITextShaper