Table of Contents

Class FontHelper

Namespace
PangoCairo
Assembly
PangoCairo-1.0.dll
public sealed class FontHelper : Font, Font, NativeObject, IDisposable, InstanceFactory, GTypeProvider
Inheritance
FontHelper
Implements
Inherited Members

Constructors

FontHelper(FontHandle)

protected FontHelper(FontHandle handle)

Parameters

handle FontHandle

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetScaledFont()

[Version("1.18")]
public ScaledFont? GetScaledFont()

Returns

ScaledFont

NewFromPointer(nint, bool)

Creates a new managed FontHelper instance for a given pointer.

public static FontHelper NewFromPointer(nint ptr, bool ownsHandle)

Parameters

ptr nint
ownsHandle bool

Returns

FontHelper