Table of Contents

Class FontFamilyHandle

Namespace
Pango.Internal
Assembly
Pango-1.0.dll
public class FontFamilyHandle : ObjectHandle, IDisposable
Inheritance
FontFamilyHandle
Implements
Inherited Members

Constructors

FontFamilyHandle(nint, bool)

public FontFamilyHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static FontFamilyHandle For<T>(ConstructArgument[] constructArguments) where T : FontFamily, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

FontFamilyHandle

Type Parameters

T