From 8d3f23d1924ceb5822daa3c280864fd58815f8c5 Mon Sep 17 00:00:00 2001
From: William Victor Mote
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.