Class FT_Prop_IncreaseXHeight

All Implemented Interfaces:
Pointer

public class FT_Prop_IncreaseXHeight extends Struct<FT_Prop_IncreaseXHeight>

 struct FT_Prop_IncreaseXHeight {
     {@link FT_Face FT_Face} face;
     FT_UInt limit;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int FACE
      The struct member offsets.
    • LIMIT

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

    • FT_Prop_IncreaseXHeight

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

    • sizeof

      public int sizeof()
      Description copied from class: Struct
      Returns sizeof(struct).
      Specified by:
      sizeof in class Struct<FT_Prop_IncreaseXHeight>
    • face

      public FT_Face face()
      Returns:
      a FT_Face view of the struct pointed to by the face field.
    • limit$

      public int limit$()
      Returns:
      the value of the limit field.
    • create

      public static FT_Prop_IncreaseXHeight create(long address)
      Returns a new FT_Prop_IncreaseXHeight instance for the specified memory address.
    • createSafe

      public static @Nullable FT_Prop_IncreaseXHeight createSafe(long address)
      Like create, but returns null if address is NULL.
    • create

      public static FT_Prop_IncreaseXHeight.Buffer create(long address, int capacity)
      Create a FT_Prop_IncreaseXHeight.Buffer instance at the specified memory.
      Parameters:
      address - the memory address
      capacity - the buffer capacity
    • createSafe

      public static @Nullable FT_Prop_IncreaseXHeight.Buffer createSafe(long address, int capacity)
      Like create, but returns null if address is NULL.
    • nface

      public static FT_Face nface(long struct)
      Unsafe version of face().
    • nlimit$

      public static int nlimit$(long struct)
      Unsafe version of limit$().