Class FT_Prop_GlyphToScriptMap

All Implemented Interfaces:
Pointer

public class FT_Prop_GlyphToScriptMap extends Struct<FT_Prop_GlyphToScriptMap>

 struct FT_Prop_GlyphToScriptMap {
     {@link FT_Face FT_Face} face;
     FT_UShort * map;
 }
  • 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.
    • MAP

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

    • FT_Prop_GlyphToScriptMap

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