From d8d12307adebc9c414c6e2918feee45704206419 Mon Sep 17 00:00:00 2001 From: herm Date: Tue, 24 Jan 2012 18:02:01 -0800 Subject: [PATCH] Updated Text Rendering Overview (markdown) --- Text-Rendering-Overview.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Text-Rendering-Overview.md b/Text-Rendering-Overview.md index 225ab42..b476602 100644 --- a/Text-Rendering-Overview.md +++ b/Text-Rendering-Overview.md @@ -75,6 +75,18 @@ Stores formating information and uses this to produce formated text for a given * ```to_xml```: Write object to XML ptree. + + +# char_properties +Contains all text symbolizer properties which _are_ directly related to text formating. + +## Functions +* ```set_values_from_xml```: Load all values and also the ```processor``` object from XML ptree. +* ```to_xml```: Save all values to XML ptree (but does not create a new parent node!). + + + + # text_symbolizer_properties Contains all text symbolizer properties which are not directly related to text formating.