Package org.gnome.pango
Class LayoutRun
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.pango.GlyphItem
org.gnome.pango.LayoutRun
- All Implemented Interfaces:
Proxy
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 Summary
ConstructorDescriptionLayoutRun
(MemorySegment address) Create a LayoutRun proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic LayoutRun
fromGlyphItem
(GlyphItem alias) Cast a GlyphItem instance to a LayoutRun with the same memory address.Methods inherited from class org.gnome.pango.GlyphItem
applyAttrs, copy, free, getLogicalWidths, getMemoryLayout, getType, letterSpace, readEndXOffset, readGlyphs, readItem, readStartXOffset, readYOffset, split, writeEndXOffset, writeGlyphs, writeItem, writeStartXOffset, writeYOffset
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
LayoutRun
Create a LayoutRun proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
-
Method Details
-
fromGlyphItem
-