| 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 |
|---|---|
TransformationMatrix |
CffFontMetrics.getFontMatrix()
Gets FontMatrix value.
|
TransformationMatrix |
FontMetrics.getFontMatrix()
Gets FontMatrix value.
|
TransformationMatrix |
IFontMetrics.getFontMatrix()
Gets Font transformation matrix.
|
TransformationMatrix |
TopDictDataProvider.getFontMatrix() |
TransformationMatrix |
TtfFontMetrics.getFontMatrix()
Gets FontBBox value.
|
TransformationMatrix |
Type1FontMetrics.getFontMatrix()
Gets Font transformation matrix.
|
TransformationMatrix |
CffFontMetrics.getFontMatrixForGlyph(GlyphId glyphId)
Calculates transformation matrix for glyph specified by id.
|
TransformationMatrix |
CompositeGlyphComponent.getMatrix()
Gets the component transformation matrix.
|
TransformationMatrix |
TransformationMatrix.multiply(TransformationMatrix matrix)
Multiplies with another transformation matrix.
|
| Modifier and Type | Method and Description |
|---|---|
TransformationMatrix |
TransformationMatrix.multiply(TransformationMatrix matrix)
Multiplies with another transformation matrix.
|
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,
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.
|
void |
TopDictDataProvider.setFontMatrix(TransformationMatrix value) |
void |
ClosePath.transform(TransformationMatrix matrix)
Transforms coordinates with the transformation matrix.
|
void |
CurveTo.transform(TransformationMatrix matrix)
Transforms coordinates with the transformation matrix.
|
void |
IPathSegment.transform(TransformationMatrix matrix)
Transforms coordinates with the transformation matrix.
|
void |
LineTo.transform(TransformationMatrix matrix)
Transforms coordinates with the transformation matrix.
|
void |
MoveTo.transform(TransformationMatrix matrix)
Transforms coordinates with the transformation matrix.
|
Copyright © 2025 Aspose. All Rights Reserved.