Package org.gnome.pango
Class LogAttr
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.pango.LogAttr
- All Implemented Interfaces:
Proxy
The
PangoLogAttr structure stores information about the attributes of a
single character.-
Constructor Summary
ConstructorsConstructorDescriptionLogAttr()Allocate a new LogAttr.Allocate a new LogAttr.LogAttr(MemorySegment address) Create a LogAttr proxy instance for the provided memory address. -
Method Summary
Methods inherited from class org.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
LogAttr
Create a LogAttr proxy instance for the provided memory address.- Parameters:
address- the memory address of the native object
-
LogAttr
Allocate a new LogAttr.- Parameters:
arena- to control the memory allocation scope
-
LogAttr
public LogAttr()Allocate a new LogAttr. The memory is allocated withArena.ofAuto().
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-