Interface IGlyph

Interface IGlyph

Il nome: Aspose.Page Assemblea: Aspose.Page.dll (25.5.0)

Questa interfaccia fornisce accesso ai principali parametri dei glyph.

public interface IGlyph

Properties

AdvanceWidth

Ritorna la larghezza avanzata del glyph.

float AdvanceWidth { get; }

Valore di proprietà

float

CharCode

Ritorna il codice char del glyph.

char CharCode { get; }

Valore di proprietà

char

LeftSideBearing

Ritorna il lato sinistro portando il glyph.

float LeftSideBearing { get; }

Valore di proprietà

float

 Italiano