| Modifier and Type | Class and Description |
|---|---|
class |
CffFont
Represents Compact Font Format (CFF).
|
class |
Font
Represents base Font class.
|
class |
TtfFont
Represents TrueType Font (TTF).
|
class |
Type1Font
Represents Type1 Font.
|
class |
Type1MetricFont
Type1 metric font implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GlyphRendererBase.renderGlyph(IFont font,
GlyphId glyphId)
Renders glyph.
|
void |
IGlyphRenderer.renderGlyph(IFont font,
GlyphId glyphId)
Renders glyph.
|
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.renderGlyph(IFont font,
GlyphId glyphId,
TransformationMatrix glyphPlacementMatrix)
Renders glyph.
|
void |
IGlyphRenderer.renderGlyph(IFont font,
GlyphId glyphId,
TransformationMatrix glyphPlacementMatrix)
Renders glyph.
|
void |
GlyphRendererBase.renderGlyph(IFont font,
long glyphIndex)
Renders glyph
|
void |
IGlyphRenderer.renderGlyph(IFont font,
long glyphIndex)
Renders glyph.
|
void |
GlyphRendererBase.renderGlyph(IFont font,
long glyphIndex,
TransformationMatrix glyphPlacementMatrix)
Renders glyph.
|
void |
IGlyphRenderer.renderGlyph(IFont font,
long glyphIndex,
TransformationMatrix glyphPlacementMatrix)
Renders glyph.
|
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 © 2021 Aspose. All Rights Reserved.