AttrFontFeatures

class AttrFontFeatures(val pangoAttrFontFeaturesPointer: <Error class: unknown class><<Error class: unknown class>>)(source)

The PangoAttrFontFeatures structure is used to represent OpenType font features as an attribute.

Skipped during bindings generation

  • field attr: Field with not-pointer record/union PangoAttribute is not supported

Since

1.38

Constructors

Link copied to clipboard
constructor()

Allocate a new AttrFontFeatures.

constructor(scope: <Error class: unknown class>)

Allocate a new AttrFontFeatures using the provided AutofreeScope.

constructor(features: String?)

Allocate a new AttrFontFeatures.

constructor(features: String?, scope: <Error class: unknown class>)

Allocate a new AttrFontFeatures using the provided AutofreeScope.

constructor(pangoAttrFontFeaturesPointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

the features, as a string in CSS syntax

Link copied to clipboard
val pangoAttrFontFeaturesPointer: <Error class: unknown class><<Error class: unknown class>>

Functions

Link copied to clipboard
open override fun toString(): String