Table of Contents

Class FontFaceHandle

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

Constructors

FontFaceHandle(nint, bool)

public FontFaceHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

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

Parameters

constructArguments ConstructArgument[]

Returns

FontFaceHandle

Type Parameters

T