AttrFontFeatures

class AttrFontFeatures(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)

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

Skipped during bindings generation

  • field attr: Attribute

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(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)

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