java.lang.Object
com.aspose.words.BasicTextShaperCache
public class BasicTextShaperCache
| Constructor Summary |
|---|
BasicTextShaperCache(ITextShaperFactory factory)
|
| Method Summary | ||
|---|---|---|
void | dispose() | |
ITextShaper | getTextShaper(java.lang.String fontId, byte[] fontBlob, int faceIndex) | |
| Deprecated. Reserved for internal use. | ||
ITextShaper | getTextShaper(java.lang.String fontPath, int faceIndex) | |
| Deprecated. Reserved for internal use. | ||
| Constructor Detail |
|---|
public BasicTextShaperCache(ITextShaperFactory factory)
| Method Detail |
|---|
dispose | |
public void dispose()
throws java.lang.Exception | |
getTextShaper | |
@Deprecated public ITextShaper getTextShaper(java.lang.String fontId, byte[] fontBlob, int faceIndex) | |
getTextShaper | |
@Deprecated public ITextShaper getTextShaper(java.lang.String fontPath, int faceIndex) | |