Class TT_Postscript.Buffer

All Implemented Interfaces:
Iterable<TT_Postscript>, Pointer
Enclosing class:
TT_Postscript

public static class TT_Postscript.Buffer extends StructBuffer<TT_Postscript, TT_Postscript.Buffer>
An array of TT_Postscript structs.
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new TT_Postscript.Buffer instance backed by the specified container.

      Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided by TT_Postscript.SIZEOF, and its mark will be undefined.

      The created buffer instance holds a strong reference to the container object.

    • Buffer

      public Buffer(long address, int cap)
  • Method Details

    • FormatType

      @NativeType("FT_Fixed") public long FormatType()
      Returns:
      the value of the FormatType field.
    • italicAngle

      @NativeType("FT_Fixed") public long italicAngle()
      Returns:
      the value of the italicAngle field.
    • underlinePosition

      @NativeType("FT_Short") public short underlinePosition()
      Returns:
      the value of the underlinePosition field.
    • underlineThickness

      @NativeType("FT_Short") public short underlineThickness()
      Returns:
      the value of the underlineThickness field.
    • isFixedPitch

      @NativeType("FT_ULong") public long isFixedPitch()
      Returns:
      the value of the isFixedPitch field.
    • minMemType42

      @NativeType("FT_ULong") public long minMemType42()
      Returns:
      the value of the minMemType42 field.
    • maxMemType42

      @NativeType("FT_ULong") public long maxMemType42()
      Returns:
      the value of the maxMemType42 field.
    • minMemType1

      @NativeType("FT_ULong") public long minMemType1()
      Returns:
      the value of the minMemType1 field.
    • maxMemType1

      @NativeType("FT_ULong") public long maxMemType1()
      Returns:
      the value of the maxMemType1 field.