Interface IGlyph
Interface IGlyph
Namespace: Aspose.Page
Assembly: Aspose.Page.dll (25.1.2)
This interface give access to main parameters of glyphs.
public interface IGlyph
Properties
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; }