Struct GlyphInfo

Struct GlyphInfo

Nazwa przestrzeń: Aspose.Html.Rendering Zestaw: Aspose.HTML.dll (25.4.0)

Zawiera informacje powiązane z glyfem.

[ComVisible(true)]
public struct GlyphInfo

Dziedziczeni członkowie

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

Properties

Index

Znajdź indeks tego glyfa w czcionce.

public uint Index { get; }

Wartość nieruchomości

uint

Offset

Otrzymuje odsetek na następny glif w punktach.

public float Offset { get; }

Wartość nieruchomości

float

StringRepresentation

Otrzymuje łańcuch reprezentacji tego glif.

public string StringRepresentation { get; }

Wartość nieruchomości

string

Width

Dostaje szerokość glify, w punktach.

public float Width { get; }

Wartość nieruchomości

float

Methods

ToString()

Powraca system.String, który reprezentuje tę instancję.

public override string ToString()

Returns

string

System.String, który reprezentuje tę instancję.

 Polski