Table of Contents

Class GlyphItemIter

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

Constructors

GlyphItemIter()

public GlyphItemIter()

GlyphItemIter(GlyphItemIterOwnedHandle)

public GlyphItemIter(GlyphItemIterOwnedHandle handle)

Parameters

handle GlyphItemIterOwnedHandle

Properties

EndChar

public int EndChar { get; set; }

Property Value

int

EndGlyph

public int EndGlyph { get; set; }

Property Value

int

EndIndex

public int EndIndex { get; set; }

Property Value

int

Handle

public GlyphItemIterOwnedHandle Handle { get; }

Property Value

GlyphItemIterOwnedHandle

StartChar

public int StartChar { get; set; }

Property Value

int

StartGlyph

public int StartGlyph { get; set; }

Property Value

int

StartIndex

public int StartIndex { get; set; }

Property Value

int

Text

public string? Text { get; set; }

Property Value

string

Methods

Copy()

[Version("1.22")]
public GlyphItemIter? Copy()

Returns

GlyphItemIter

Equals(GlyphItemIter?)

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

public bool Equals(GlyphItemIter? other)

Parameters

other GlyphItemIter

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.22")]
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.

InitEnd(GlyphItem, string)

[Version("1.22")]
public bool InitEnd(GlyphItem glyphItem, string text)

Parameters

glyphItem GlyphItem
text string

Returns

bool

InitStart(GlyphItem, string)

[Version("1.22")]
public bool InitStart(GlyphItem glyphItem, string text)

Parameters

glyphItem GlyphItem
text string

Returns

bool

NextCluster()

[Version("1.22")]
public bool NextCluster()

Returns

bool

PrevCluster()

[Version("1.22")]
public bool PrevCluster()

Returns

bool