Updated Text Rendering Overview (markdown)
parent
b6854607ea
commit
d8d12307ad
1 changed files with 12 additions and 0 deletions
|
@ -75,6 +75,18 @@ Stores formating information and uses this to produce formated text for a given
|
||||||
* ```to_xml```: Write object to XML ptree.
|
* ```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
|
# text_symbolizer_properties
|
||||||
Contains all text symbolizer properties which are not directly related to text formating.
|
Contains all text symbolizer properties which are not directly related to text formating.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue