Package ch.bailu.gtk.pango
Klasse AttrFontDesc
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.pango.AttrFontDesc
- Alle implementierten Schnittstellen:
PointerInterface
The `PangoAttrFontDesc` structure is used to store an attribute that
sets all aspects of the font description at once.
sets all aspects of the font description at once.
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Attribute
_new
(FontDescription desc) Create a new font description attribute.static ClassHandler
the font description which is the value of this attributevoid
setFieldDesc
(FontDescription desc) the font description which is the value of this attributeVon 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
-
ATTR
the common portion of the attribute
Private field: direct-type- Siehe auch:
-
DESC
the font description which is the value of this attribute- Siehe auch:
-
-
Konstruktordetails
-
AttrFontDesc
-
AttrFontDesc
public AttrFontDesc()
-
-
Methodendetails
-
getClassHandler
-
setFieldDesc
the font description which is the value of this attribute -
getFieldDesc
the font description which is the value of this attribute -
_new
Create a new font description attribute.
This attribute allows setting family, style, weight, variant,
stretch, and size simultaneously.- Parameter:
desc
- the font description- Gibt zurück:
- the newly allocated `PangoAttribute`, which should be freed with [method@Pango.Attribute.destroy]
-