X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdgraph_graph.pod;h=abd52875eb43bb4d96de664b9896a1c773b53dc8;hb=c1f4d92a5b64793471b6a4ca78ec7fa71db18df9;hp=c7ca4fa2b96983283249a50be04e1fa38d02e034;hpb=65878d5b2342b37186d9557f314e8a37dbc86de2;p=rrdtool.git diff --git a/doc/rrdgraph_graph.pod b/doc/rrdgraph_graph.pod index c7ca4fa..abd5287 100644 --- a/doc/rrdgraph_graph.pod +++ b/doc/rrdgraph_graph.pod @@ -364,6 +364,141 @@ characters or the sequence B<\t> to line-up legend elements. Note that the tabs inserted are relative to the start of the current legend element! +Since RRDtool 1.3 is using Pango for rending text, you can use Pango markup. +Pango uses the xml B tags for inline formatting instructions.: + +A simple example of a marked-up string might be: + + Blue text is cool! + +The complete list of attributes for the span tag (taken from the pango documentation): + +=over + +=item B + +A font description string, such as "Sans Italic 12"; note that any other span attributes will override this description. So if you have "Sans Italic" and also a style="normal" attribute, you will get Sans normal, not italic. + +=item B + +A font family name + +=item B + +Synonym for font_family + +=item B + +Font size in 1024ths of a point, or one of the absolute sizes 'xx-small', 'x-small', 'small', 'medium', 'large', 'x-large', 'xx-large', or one of the relative sizes 'smaller' or 'larger'. If you want to specify a absolute size, it's usually easier to take advantage of the ability to specify a partial font description using 'font_desc'; you can use font_desc='12.5' rather than size='12800'. + +=item B