Table of Contents

Class FontsetSimple

Namespace
Pango
Assembly
Pango-1.0.dll
public class FontsetSimple : Fontset, IDisposable, NativeObject, GTypeProvider, InstanceFactory
Inheritance
FontsetSimple
Implements
Inherited Members

Constructors

FontsetSimple(params ConstructArgument[])

[Obsolete("Regular C# constructors on native classes will be removed in a future version. Please see the linked documentation for more details. It contains scenarios and possible solutions to prepare for the upcoming changes.", DiagnosticId = "GirCore1007", UrlFormat = "https://gircore.github.io/docs/integration/diagnostic/1007.html")]
public FontsetSimple(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

FontsetSimple(CreationData)

[Obsolete("This constructor is a workaround to keep legacy APIs alive. Do not use it.")]
protected FontsetSimple(CreationData data)

Parameters

data CreationData

FontsetSimple(FontsetSimpleHandle)

protected FontsetSimple(FontsetSimpleHandle handle)

Parameters

handle FontsetSimpleHandle

Methods

Append(Font)

public void Append(Font font)

Parameters

font Font

GetGType()

public static Type GetGType()

Returns

Type

New(Language)

public static FontsetSimple New(Language language)

Parameters

language Language

Returns

FontsetSimple

NewFromPointer(nint, bool)

Creates a new managed FontsetSimple instance for a given pointer.

public static FontsetSimple NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

FontsetSimple

NewWithProperties(ConstructArgument[])

Creates a new FontsetSimple and sets the properties specified by the construct arguments.

public static FontsetSimple NewWithProperties(ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

The properties to set.

Returns

FontsetSimple

Size()

public int Size()

Returns

int