Table of Contents

Class FontHandle

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

Constructors

FontHandle(nint, bool)

public FontHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

FontHandle

Type Parameters

T