Class FT_Raster_Funcs

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class FT_Raster_Funcs extends Struct<FT_Raster_Funcs> implements NativeResource

 struct FT_Raster_Funcs {
     FT_Glyph_Format glyph_format;
     {@link FT_Raster_NewFuncI FT_Raster_NewFunc} raster_new;
     {@link FT_Raster_ResetFuncI FT_Raster_ResetFunc} raster_reset;
     {@link FT_Raster_SetModeFuncI FT_Raster_SetModeFunc} raster_set_mode;
     {@link FT_Raster_RenderFuncI FT_Raster_RenderFunc} raster_render;
     {@link FT_Raster_DoneFuncI FT_Raster_DoneFunc} raster_done;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int GLYPH_FORMAT
      The struct member offsets.
    • RASTER_NEW

      public static final int RASTER_NEW
      The struct member offsets.
    • RASTER_RESET

      public static final int RASTER_RESET
      The struct member offsets.
    • RASTER_SET_MODE

      public static final int RASTER_SET_MODE
      The struct member offsets.
    • RASTER_RENDER

      public static final int RASTER_RENDER
      The struct member offsets.
    • RASTER_DONE

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

    • FT_Raster_Funcs

      public FT_Raster_Funcs(ByteBuffer container)
      Creates a FT_Raster_Funcs 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