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)

参数:

范围类型描述
fontIdjava.lang.String
fontBlobbyte[]
faceIndexint

退货: ITextShaper

getTextShaper(String fontPath, int faceIndex)

public abstract ITextShaper getTextShaper(String fontPath, int faceIndex)

参数:

范围类型描述
fontPathjava.lang.String
faceIndexint

退货: ITextShaper