Struct GlyphInfo

Struct GlyphInfo

ชื่อพื้นที่: Aspose.Html.Rendering การประกอบ: Aspose.HTML.dll (25.4.0)

มีข้อมูลที่เกี่ยวข้องกับ glyph

[ComVisible(true)]
public struct GlyphInfo

อนุญาโตตุลาการ

object.GetType() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

Index

รับดัชนีของ glyph นี้ใน font

public uint Index { get; }

คุณสมบัติมูลค่า

uint

Offset

รับส่วนลดสําหรับ Glyph ต่อไปในจุด

public float Offset { get; }

คุณสมบัติมูลค่า

float

StringRepresentation

ได้รับการแสดงผล string ของ glyph นี้

public string StringRepresentation { get; }

คุณสมบัติมูลค่า

string

Width

รับความกว้างของ glyph ในจุด

public float Width { get; }

คุณสมบัติมูลค่า

float

Methods

ToString()

กลับ System.String ที่แสดงตัวอย่างนี้

public override string ToString()

Returns

string

ระบบ String ซึ่งเป็นตัวแทนของ instance นี้

 แบบไทย