| Package | Description |
|---|---|
| com.aspose.font |
The com.aspose.font is a root package for all classes that deal with fonts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeGlyph
Represents a font composite glyph.
|
| Modifier and Type | Method and Description |
|---|---|
Glyph |
CompositeGlyphComponent.getGlyph()
Gets the component glyph.
|
Glyph |
TtfGlyfTable.getGlyph(long glyphIndex)
Returns a glyph by glyph index.
|
Glyph |
CffFont.getGlyphById(GlyphId id)
Returns glyph by glyph id.
|
abstract Glyph |
Font.getGlyphById(GlyphId id)
Returns glyph by glyph Id.
|
Glyph |
IGlyphAccessor.getGlyphById(GlyphId id)
Returns glyph by glyph id.
|
Glyph |
TtfFont.getGlyphById(GlyphId id)
Returns glyph by glyph id.
|
Glyph |
Type1Font.getGlyphById(GlyphId id)
Returns glyph by glyph id.
|
Glyph |
Type1MetricFont.getGlyphById(GlyphId id)
Returns glyph by glyph Id.
|
Glyph |
CffFont.getGlyphById(long id)
Returns glyph by glyph id.
|
Glyph |
TtfFont.getGlyphById(long id)
Returns glyph by glyph id.
|
Glyph |
Type1Font.getGlyphById(long id)
Returns glyph by glyph id.
|
Glyph |
CffFont.getGlyphById(String glyphName)
Returns glyph by glyph name.
|
Glyph |
TtfFont.getGlyphById(String glyphName)
Returns glyph by glyph name.
|
Glyph |
Type1Font.getGlyphById(String id)
Returns glyph by glyph id.
|
Glyph |
Type1MetricFont.getGlyphById(String id)
Returns glyph by glyph Id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlyphRendererBase.renderGlyph(IFont font,
GlyphId glyphId,
Glyph glyph,
TransformationMatrix glyphPlacementMatrix)
Renders glyph, an objective of this overloaded version - to be used with cache for glyphs.
|
void |
IGlyphRenderer.renderGlyph(IFont font,
GlyphId glyphId,
Glyph glyph,
TransformationMatrix glyphPlacementMatrix)
Renders glyph, an objective of this overloaded version - to be used with cache for glyphs.
|
void |
GlyphRendererBase.renderIndependentGlyphPath(IFont font,
GlyphId glyphId,
Glyph glyph,
TransformationMatrix glyphPlacementMatrix)
Renders glyph using independent glyph path.
|
void |
IGlyphRenderer.renderIndependentGlyphPath(IFont font,
GlyphId glyphId,
Glyph glyph,
TransformationMatrix glyphPlacementMatrix)
Renders glyph using independent glyph path.
|
Copyright © 2025 Aspose. All Rights Reserved.