From 8d3f23d1924ceb5822daa3c280864fd58815f8c5 Mon Sep 17 00:00:00 2001 From: William Victor Mote Date: Sat, 30 Nov 2002 06:52:16 +0000 Subject: white-space and line-ending fixes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195683 13f79535-47bb-0310-9956-ffa450edef68 --- docs/design/understanding/renderers.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'docs/design/understanding/renderers.xml') diff --git a/docs/design/understanding/renderers.xml b/docs/design/understanding/renderers.xml index e597d118b..d3db3647c 100644 --- a/docs/design/understanding/renderers.xml +++ b/docs/design/understanding/renderers.xml @@ -1,13 +1,13 @@ - -
- Renderers - All you wanted to know about the Renderers ! - - -
- + +
+ Renderers + All you wanted to know about the Renderers ! + + +
+ @@ -18,21 +18,21 @@ in the order they appear in the document. In order to save memory it is possble to render the pages out of order. Any page that is not reeady to be rendered is setup by the renderer first so that it can reserve a space or reference for when the page is ready to be rendered.

-

The AbstractRenderer does most of the work to iterate through the area -tree parts. This means that the most renderers simply need to implement -the specific parts with inserting text, images and lines. The methods can -easily be overridden to handle things in a different way or do some extra +

The AbstractRenderer does most of the work to iterate through the area +tree parts. This means that the most renderers simply need to implement +the specific parts with inserting text, images and lines. The methods can +easily be overridden to handle things in a different way or do some extra processing.

-

The fonts are setup by the renderer being used. The font metrics are used +

The fonts are setup by the renderer being used. The font metrics are used during the layout process to determine the size of characters.

-

The render context is used by handlers. It contains information about the -current state of the renderer. Such as the page, the position and any +

The render context is used by handlers. It contains information about the +current state of the renderer. Such as the page, the position and any other miscellanous objects that are required to draw into the page.

-- cgit v1.2.3