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; }
부동산 가치
Offset
다음 포인트에서 다음 글리프에 대한 할인을 얻습니다.
public float Offset { get; }
부동산 가치
StringRepresentation
이 글리프의 끈 대표를 얻습니다.
public string StringRepresentation { get; }
부동산 가치
Width
글리프의 넓이를 포인트로 얻습니다.
public float Width { get; }
부동산 가치
Methods
ToString()
이 경우를 나타내는 System.String을 반환합니다.
public override string ToString()
Returns
이 기회를 대표하는 시스템.String입니다.