Struct GlyphInfo
Struct GlyphInfo
İsim alanı : Aspose.Html.Rendering Görüntüleme: Aspose.HTML.dll (25.4.0)
Glyph ile ilgili bilgiler içerir.
[ComVisible(true)]
public struct GlyphInfo
mirasçı üyeleri
object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Index
Bu glyph’in indeksleri yazı tipi içinde alınır.
public uint Index { get; }
Mülkiyet Değer
Offset
Sonraki Glyph’e puan veriyor.
public float Offset { get; }
Mülkiyet Değer
StringRepresentation
Bu glyph’in çizgi temsilini alır.
public string StringRepresentation { get; }
Mülkiyet Değer
Width
Glif’in genişliğini noktalarda alır.
public float Width { get; }
Mülkiyet Değer
Methods
ToString()
Bu istasyonu temsil eden bir System.String’i geri getirir.
public override string ToString()
Returns
Bu istasyonu temsil eden bir sistem.String.