Package ch.bailu.gtk.pango
Klasse GlyphVisAttr
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.pango.GlyphVisAttr
- Alle implementierten Schnittstellen:
PointerInterface
A `PangoGlyphVisAttr` structure communicates information between
the shaping and rendering phases.
Currently, it contains cluster start and color information.
More attributes may be added in the future.
Clusters are stored in visual order, within the cluster, glyphs
are always ordered in logical order, since visual order is meaningless;
that is, in Arabic text, accent glyphs follow the glyphs for the
base character.
the shaping and rendering phases.
Currently, it contains cluster start and color information.
More attributes may be added in the future.
Clusters are stored in visual order, within the cluster, glyphs
are always ordered in logical order, since visual order is meaningless;
that is, in Arabic text, accent glyphs follow the glyphs for the
base character.
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandler
int
set for the first logical glyph in each cluster.int
set if the the font will render this glyph with color.void
setFieldIsClusterStart
(int is_cluster_start) set for the first logical glyph in each cluster.void
setFieldIsColor
(int is_color) set if the the font will render this glyph with color.Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Von Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
IS_CLUSTER_START
set for the first logical glyph in each cluster.- Siehe auch:
-
IS_COLOR
set if the the font will render this glyph with color. Since 1.50- Siehe auch:
-
-
Konstruktordetails
-
GlyphVisAttr
-
GlyphVisAttr
public GlyphVisAttr()
-
-
Methodendetails
-
getClassHandler
-
setFieldIsClusterStart
public void setFieldIsClusterStart(int is_cluster_start) set for the first logical glyph in each cluster. -
getFieldIsClusterStart
public int getFieldIsClusterStart()set for the first logical glyph in each cluster. -
setFieldIsColor
public void setFieldIsColor(int is_color) set if the the font will render this glyph with color. Since 1.50 -
getFieldIsColor
public int getFieldIsColor()set if the the font will render this glyph with color. Since 1.50
-