Struct GlyphInfo

Struct GlyphInfo

名称: Aspose.Html.Rendering セットアップ: Aspose.HTML.dll (25.4.0)

グリフに関連する情報が含まれています。

[ComVisible(true)]
public struct GlyphInfo

相続人

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

Properties

Index

このグリフのインデックスをフォントに入れます。

public uint Index { get; }

不動産価値

uint

Offset

ポイントで次のグリフに割引を取得します。

public float Offset { get; }

不動産価値

float

StringRepresentation

このグリフのストレッチの表現を得る。

public string StringRepresentation { get; }

不動産価値

string

Width

グリフの幅を点で得る。

public float Width { get; }

不動産価値

float

Methods

ToString()

このインスタンスを代表するSystem.Stringを返します。

public override string ToString()

Returns

string

このインスタンスを代表するシステムストリングです。

 日本語