Package arc.freetype
Class FreeType.Library
java.lang.Object
arc.freetype.FreeType.Library
- All Implemented Interfaces:
Disposable
- Enclosing class:
- FreeType
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Releases all resources of this object.newMemoryFace
(byte[] data, int dataSize, int faceIndex) newMemoryFace
(ByteBuffer buffer, int faceIndex) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface arc.util.Disposable
isDisposed
-
Method Details
-
dispose
public void dispose()Description copied from interface:Disposable
Releases all resources of this object.- Specified by:
dispose
in interfaceDisposable
-
newFace
-
newMemoryFace
-
newMemoryFace
-
createStroker
-