Struct GlyphInfo

Struct GlyphInfo

Nombre del espacio: Aspose.Html.Rendering Colección: Aspose.HTML.dll (25.4.0)

Contiene información relacionada con Glyph.

[ComVisible(true)]
public struct GlyphInfo

Miembros heredados

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

Properties

Index

Obtenga el índice de este glyph en la letra.

public uint Index { get; }

Valor de la propiedad

uint

Offset

Obtendrá el descuento al siguiente glyph en puntos.

public float Offset { get; }

Valor de la propiedad

float

StringRepresentation

Obtenga la representación de la línea de este glyph.

public string StringRepresentation { get; }

Valor de la propiedad

string

Width

Obtenga la anchura del glyph, en puntos.

public float Width { get; }

Valor de la propiedad

float

Methods

ToString()

Retorna un Sistema.String que representa esta instancia.

public override string ToString()

Returns

string

Un sistema.String que representa esta instancia.

 Español