Class LayoutRun

All Implemented Interfaces:
Proxy

@Generated("org.javagi.JavaGI") public class LayoutRun extends GlyphItem

A PangoLayoutRun represents a single run within a PangoLayoutLine.

It is simply an alternate name for Pango.GlyphItem. See the Pango.GlyphItem docs for details on the fields.

  • Constructor Details

    • LayoutRun

      public LayoutRun(MemorySegment address)
      Create a LayoutRun proxy instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
  • Method Details

    • fromGlyphItem

      public static LayoutRun fromGlyphItem(GlyphItem alias)
      Cast a GlyphItem instance to a LayoutRun with the same memory address.
      Parameters:
      alias - the GlyphItem to cast to a LayoutRun
      Returns:
      a LayoutRun with the memory address of the GlyphItem