public final class BasicTextShaperCache extends java.lang.Object implements ITextShaperFactory
| Constructor and Description |
|---|
BasicTextShaperCache(ITextShaperFactory factory)
Initializes a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
ITextShaper |
getTextShaper(java.lang.String fontId,
byte[] fontBlob,
int faceIndex) |
ITextShaper |
getTextShaper(java.lang.String fontPath,
int faceIndex) |
public BasicTextShaperCache(ITextShaperFactory factory)
public final ITextShaper getTextShaper(java.lang.String fontPath, int faceIndex)
getTextShaper in interface ITextShaperFactorypublic final ITextShaper getTextShaper(java.lang.String fontId, byte[] fontBlob, int faceIndex)
getTextShaper in interface ITextShaperFactorypublic final void dispose()
throws java.lang.Exception
java.lang.Exception