Interface IGlyph
Interface IGlyph
Namespace: Aspose.Page
Assembly: Aspose.Page.dll (26.2.0)
This interface give access to main parameters of glyphs.
public interface IGlyphProperties
AdvanceWidth
Returns advanced width of the glyph.
float AdvanceWidth { get; }Property Value
CharCode
Returns char code of the glyph.
char CharCode { get; }Property Value
LeftSideBearing
Returns left side bearing of the glyph.
float LeftSideBearing { get; }