Package org.apache.fop.svg.text
Class ComplexGlyphLayout
- java.lang.Object
-
- org.apache.batik.bridge.GlyphLayout
-
- org.apache.fop.svg.text.ComplexGlyphLayout
-
- All Implemented Interfaces:
org.apache.batik.bridge.TextSpanLayout
public class ComplexGlyphLayout extends org.apache.batik.bridge.GlyphLayout
-
-
Constructor Summary
Constructors Constructor Description ComplexGlyphLayout(java.text.AttributedCharacterIterator aci, int[] charMap, java.awt.geom.Point2D offset, java.awt.font.FontRenderContext frc)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
doExplicitGlyphLayout()
static boolean
mayRequireComplexLayout(java.text.AttributedCharacterIterator aci)
-
Methods inherited from class org.apache.batik.bridge.GlyphLayout
addPtsToPath, adjustTextSpacing, applyStretchTransform, doPathLayout, doSpacing, draw, epsEQ, getAdvance2D, getBounds2D, getCharacterCount, getComputedOrientationAngle, getDecorationOutline, getFont, getGeometricBounds, getGlyphAdvances, getGlyphCount, getGlyphIndex, getGlyphMetrics, getGlyphOrientationAngle, getGlyphVector, getHighlightShape, getLastGlyphIndex, getLineMetrics, getOffset, getOutline, getOverlineShape, getStrikethroughShape, getTextPathAdvance, getUnderlineShape, hasCharacterIndex, hitTestChar, isAltGlyph, isGlyphOrientationAuto, isLatinChar, isLeftToRight, isOnATextPath, isReversed, isVertical, makeConvexHull, maybeReverse, mergeAreas, setOffset, setScale
-
-