org.apache.fop.svg

Class PDFFlowTextPainter


public class PDFFlowTextPainter
extends PDFTextPainter

Text Painter for SVG 1.2 (flow) text.

Constructor Summary

PDFFlowTextPainter(FontInfo fontInfo)
Main constructor

Method Summary

List
getTextRuns(TextNode node, AttributedCharacterIterator aci)

Methods inherited from class org.apache.fop.svg.PDFTextPainter

paintTextRuns

Constructor Details

PDFFlowTextPainter

public PDFFlowTextPainter(FontInfo fontInfo)
Main constructor
Parameters:
fontInfo - the font directory

Method Details

getTextRuns

public List getTextRuns(TextNode node,
                        AttributedCharacterIterator aci)

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.