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

uint

Offset

Sonraki Glyph’e puan veriyor.

public float Offset { get; }

Mülkiyet Değer

float

StringRepresentation

Bu glyph’in çizgi temsilini alır.

public string StringRepresentation { get; }

Mülkiyet Değer

string

Width

Glif’in genişliğini noktalarda alır.

public float Width { get; }

Mülkiyet Değer

float

Methods

ToString()

Bu istasyonu temsil eden bir System.String’i geri getirir.

public override string ToString()

Returns

string

Bu istasyonu temsil eden bir sistem.String.

 Türkçe