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) | |
public abstract ITextShaper getTextShaper(java.lang.String fontId, byte[] fontBlob, int faceIndex)
public abstract ITextShaper getTextShaper(java.lang.String fontPath, int faceIndex)