Table of Contents

Class GlyphItem

Namespace
Pango
Assembly
Pango-1.0.dll
public sealed class GlyphItem : BoxedRecord, IEquatable<GlyphItem>
Inheritance
GlyphItem
Implements
Inherited Members

Constructors

GlyphItem()

public GlyphItem()

GlyphItem(GlyphItemOwnedHandle)

public GlyphItem(GlyphItemOwnedHandle handle)

Parameters

handle GlyphItemOwnedHandle

Properties

EndXOffset

public int EndXOffset { get; set; }

Property Value

int

Handle

public GlyphItemOwnedHandle Handle { get; }

Property Value

GlyphItemOwnedHandle

StartXOffset

public int StartXOffset { get; set; }

Property Value

int

YOffset

public int YOffset { get; set; }

Property Value

int

Methods

ApplyAttrs(string, AttrList)

[Version("1.2")]
public SList ApplyAttrs(string text, AttrList list)

Parameters

text string
list AttrList

Returns

SList

Copy()

[Version("1.20")]
public GlyphItem? Copy()

Returns

GlyphItem

Equals(GlyphItem?)

Indicates whether the current object is equal to another object of the same type.

public bool Equals(GlyphItem? other)

Parameters

other GlyphItem

An object to compare with this object.

Returns

bool

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

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.

Free()

[Version("1.6")]
public void Free()

GetGType()

public static Type GetGType()

Returns

Type

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.

Split(string, int)

[Version("1.2")]
public GlyphItem? Split(string text, int splitIndex)

Parameters

text string
splitIndex int

Returns

GlyphItem