Package org.gnome.pango
Class LayoutRun
java.lang.Object
org.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
ConstructorsConstructorDescriptionLayoutRun(MemorySegment address) Create a LayoutRun proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic LayoutRunfromGlyphItem(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, writeYOffsetMethods inherited from class org.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
-