| Package | Description |
|---|---|
| com.aspose.font |
The com.aspose.font is a root package for all classes that deal with fonts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TtfFont.getGlyphComponentsById(GlyphId id,
GlyphIdList componentsToPopulate)
Gets a glyph by glyph identifier passed and fills passed list of glyph identifiers with components
of this glyph.
|
void |
TtfFont.getGlyphComponentsById(long id,
GlyphIdList componentsToPopulate)
Gets a glyph by glyph index passed and fills passed list of glyph identifiers with components
of this glyph.
|
void |
TtfFont.getGlyphComponentsById(String glyphName,
GlyphIdList componentsToPopulate)
Gets a glyph by glyph name passed and fills passed list of glyph identifiers with components
of this glyph.
|
Copyright © 2025 Aspose. All Rights Reserved.