Class hb_ot_math_kern_entry_t

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class hb_ot_math_kern_entry_t extends Struct<hb_ot_math_kern_entry_t> implements NativeResource

 struct hb_ot_math_kern_entry_t {
     hb_position_t max_correction_height;
     hb_position_t kern_value;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int MAX_CORRECTION_HEIGHT
      The struct member offsets.
    • KERN_VALUE

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

    • hb_ot_math_kern_entry_t

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