AttrFontDesc

constructor()(source)

Allocate a new AttrFontDesc.

This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.


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

Allocate a new AttrFontDesc using the provided AutofreeScope.

The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped.

Parameters

scope

The AutofreeScope to allocate this structure in.


constructor(desc: FontDescription?)(source)

Allocate a new AttrFontDesc.

This instance will be allocated on the native heap and automatically freed when this class instance is garbage collected.

Parameters

desc

the font description which is the value of this attribute


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

Allocate a new AttrFontDesc using the provided AutofreeScope.

The AutofreeScope manages the allocation lifetime. The most common usage is with memScoped.

Parameters

desc

the font description which is the value of this attribute

scope

The AutofreeScope to allocate this structure in.


constructor(pangoAttrFontDescPointer: <Error class: unknown class><<Error class: unknown class>>)(source)