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
Handle
public GlyphItemOwnedHandle Handle { get; }
Property Value
StartXOffset
public int StartXOffset { get; set; }
Property Value
YOffset
public int YOffset { get; set; }
Property Value
Methods
ApplyAttrs(string, AttrList)
[Version("1.2")]
public SList ApplyAttrs(string text, AttrList list)
Parameters
Returns
Copy()
[Version("1.20")]
public GlyphItem? Copy()
Returns
Equals(GlyphItem?)
Indicates whether the current object is equal to another object of the same type.
public bool Equals(GlyphItem? other)
Parameters
other
GlyphItemAn object to compare with this object.
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Free()
[Version("1.6")]
public void Free()
GetGType()
public static Type GetGType()
Returns
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)