Package arc.freetype

Class FreeType.Library

java.lang.Object
arc.freetype.FreeType.Library
All Implemented Interfaces:
Disposable
Enclosing class:
FreeType

public static class FreeType.Library extends Object implements Disposable
  • Method Details

    • dispose

      public void dispose()
      Description copied from interface: Disposable
      Releases all resources of this object.
      Specified by:
      dispose in interface Disposable
    • newFace

      public FreeType.Face newFace(Fi font, int faceIndex)
    • newMemoryFace

      public FreeType.Face newMemoryFace(byte[] data, int dataSize, int faceIndex)
    • newMemoryFace

      public FreeType.Face newMemoryFace(ByteBuffer buffer, int faceIndex)
    • createStroker

      public FreeType.Stroker createStroker()