Package ch.bailu.gtk.pango
Klasse AttrFontFeatures
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.pango.AttrFontFeatures
- Alle implementierten Schnittstellen:
PointerInterface
The `PangoAttrFontFeatures` structure is used to represent OpenType
font features as an attribute.
font features as an attribute.
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Attribute
Create a new font features tag attribute.static ClassHandler
the features, as a string in CSS syntaxvoid
setFieldFeatures
(Str features) the features, as a string in CSS syntaxVon 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:
-
FEATURES
the features, as a string in CSS syntax- Siehe auch:
-
-
Konstruktordetails
-
AttrFontFeatures
-
AttrFontFeatures
public AttrFontFeatures()
-
-
Methodendetails
-
getClassHandler
-
setFieldFeatures
the features, as a string in CSS syntax -
getFieldFeatures
the features, as a string in CSS syntax -
_new
Create a new font features tag attribute.
You can use this attribute to select OpenType font features like small-caps,
alternative glyphs, ligatures, etc. for fonts that support them.- Parameter:
features
- a string with OpenType font features, with the syntax of the [CSS font-feature-settings property](https://www.w3.org/TR/css-fonts-4/#font-rend-desc)- Gibt zurück:
- the newly allocated `PangoAttribute`, which should be freed with [method@Pango.Attribute.destroy]
-