Class hb_segment_properties_t

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class hb_segment_properties_t extends Struct<hb_segment_properties_t> implements NativeResource

 struct hb_segment_properties_t {
     hb_direction_t direction;
     hb_script_t script;
     hb_language_t language;
     void * reserved1;
     void * reserved2;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int DIRECTION
      The struct member offsets.
    • SCRIPT

      public static final int SCRIPT
      The struct member offsets.
    • LANGUAGE

      public static final int LANGUAGE
      The struct member offsets.
    • RESERVED1

      public static final int RESERVED1
      The struct member offsets.
    • RESERVED2

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

    • hb_segment_properties_t

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