Class FT_PaintComposite

All Implemented Interfaces:
Pointer

public class FT_PaintComposite extends Struct<FT_PaintComposite>
struct FT_PaintComposite {
    FT_OpaquePaintRec source_paint;
    FT_Composite_Mode composite_mode;
    FT_OpaquePaintRec backdrop_paint;
}
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • SOURCE_PAINT

      public static final int SOURCE_PAINT
      The struct member offsets.
    • COMPOSITE_MODE

      public static final int COMPOSITE_MODE
      The struct member offsets.
    • BACKDROP_PAINT

      public static final int BACKDROP_PAINT
      The struct member offsets.
  • Constructor Details

    • FT_PaintComposite

      public FT_PaintComposite(ByteBuffer container)
      Creates a FT_PaintComposite instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

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

  • Method Details