AttrFontDesc

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

The PangoAttrFontDesc structure is used to store an attribute that sets all aspects of the font description at once.

Skipped during bindings generation

  • field attr: Attribute

Constructors

Link copied to clipboard
constructor()

Allocate a new AttrFontDesc.

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

Allocate a new AttrFontDesc using the provided AutofreeScope.

constructor(desc: FontDescription?)

Allocate a new AttrFontDesc.

constructor(desc: FontDescription?, scope: <Error class: unknown class>)

Allocate a new AttrFontDesc 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 font description which is the value of this attribute

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

Functions

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