public interface IGlyph
This interface give access to main parameters of glyph.
Modifier and Type | Method and Description |
---|---|
float |
getAdvanceWidth()
Gets advanced width of the glyph.
|
char |
getCharCode()
Gets char code of the glyph.
|
String |
getCharName()
Gets character name.
|
GlyphVector |
getGlyphVector()
Gets glyphs vectors.
|
float |
getLeftSideBearing()
Gets left side bearing of the glyph.
|
float getAdvanceWidth()
Gets advanced width of the glyph.
char getCharCode()
Gets char code of the glyph.
float getLeftSideBearing()
Gets left side bearing of the glyph.
String getCharName()
Gets character name.
GlyphVector getGlyphVector()
Gets glyphs vectors.
Copyright © 2022 Aspose. All Rights Reserved.