public interface ITextShaperFactory
| Modifier and Type | Method and Description |
|---|---|
ITextShaper |
getTextShaper(java.lang.String fontId,
byte[] fontBlob,
int faceIndex) |
ITextShaper |
getTextShaper(java.lang.String fontPath,
int faceIndex) |
ITextShaper getTextShaper(java.lang.String fontPath, int faceIndex)
ITextShaper getTextShaper(java.lang.String fontId, byte[] fontBlob, int faceIndex)