Package org.gnome.pango
Class Glyph
A
PangoGlyph
represents a single glyph in the output form of a string.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Glyph[]
fromNativeArray
(MemorySegment address, long length, boolean free) Methods inherited from class io.github.jwharm.javagi.base.Alias
equals, getAddressValues, getBooleanValues, getByteValues, getCharacterValues, getDoubleValues, getFloatValues, getIntegerValues, getLongValues, getShortValues, getValue, hashCode, setValue
-
Constructor Details
-
Glyph
public Glyph(int value) Create a new Glyph with the provided value
-
-
Method Details
-
fromNativeArray
-