public interface ITextShaperFactory
| Method Summary | ||
|---|---|---|
abstract ITextShaper | getTextShaper(java.lang.String fontId, byte[] fontBlob, int faceIndex) | |
abstract ITextShaper | getTextShaper(java.lang.String fontPath, int faceIndex) | |
| Method Detail |
|---|
getTextShaper | |
public abstract ITextShaper getTextShaper(java.lang.String fontId, byte[] fontBlob, int faceIndex) | |
getTextShaper | |
public abstract ITextShaper getTextShaper(java.lang.String fontPath, int faceIndex) | |