Table of Contents

Class AttrFontFeatures

Namespace
Pango
Assembly
Pango-1.0.dll
public sealed class AttrFontFeatures
Inheritance
AttrFontFeatures
Inherited Members

Constructors

AttrFontFeatures()

public AttrFontFeatures()

AttrFontFeatures(AttrFontFeaturesOwnedHandle)

public AttrFontFeatures(AttrFontFeaturesOwnedHandle handle)

Parameters

handle AttrFontFeaturesOwnedHandle

Properties

Features

public string? Features { get; set; }

Property Value

string

Handle

public AttrFontFeaturesOwnedHandle Handle { get; }

Property Value

AttrFontFeaturesOwnedHandle

Methods

Equals(AttrFontFeatures?)

public bool Equals(AttrFontFeatures? other)

Parameters

other AttrFontFeatures

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

New(string)

[Version("1.38")]
public static Attribute New(string features)

Parameters

features string

Returns

Attribute