X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=doc%2Frrdgraph.pod;h=6017efd08032ab6d11127f1ccbc0259b8df23a1a;hb=a669be0918d3b0427e6ce549c1877963ce046b95;hp=865e25697047df2a007bd4c74fd9286f596087dd;hpb=7f4b880d9d5c7a48e273f52e8dfa54fae39006e3;p=rrdtool.git diff --git a/doc/rrdgraph.pod b/doc/rrdgraph.pod index 865e256..6017efd 100644 --- a/doc/rrdgraph.pod +++ b/doc/rrdgraph.pod @@ -252,12 +252,13 @@ Override the default colors for the standard elements of the graph. The I is one of C background, C for the background of the actual graph, C for the left and top border, C for the right and bottom border, C, C for the major grid, C for -the color of the font, C for the axis of the graph and finally C -for the arrow head pointing to the future. Each color is composed out of -three hexadecimal numbers specifying its rgb color component (00 is off, FF is -maximum) of red, green and blue. Optionally you may add another hexadecimal -number specifying the transparency (FF is solid). You may set this option -several times to alter multiple defaults. +the color of the font, C for the axis of the graph, C for the +line around the color spots and finally C for the arrow head pointing +up and forward. Each color is composed out of three hexadecimal numbers +specifying its rgb color component (00 is off, FF is maximum) of red, green +and blue. Optionally you may add another hexadecimal number specifying the +transparency (FF is solid). You may set this option several times to alter +multiple defaults. A green arrow is made by: C<--color ARROW:00FF00> @@ -279,6 +280,24 @@ variable C if you want to change this. Truetype fonts are only supported for PNG output. See below. +[B<-R>|B<--font-render-mode> {I,I,I}] + +This lets you customize the strength of the font smoothing, +or disable it entirely using I. By default, I +font smoothing is used. + +[B<-B>|B<--font-smoothing-threshold> I] + +This specifies the largest font size which will be rendered +bitmapped, that is, without any font smoothing. By default, +no text is rendered bitmapped. + +[B<-E>|B<--slope-mode>] + +RRDtool graphs are composed of stair case curves by default. This is in line with +the way RRDtool calculates its data. Some people favor a more 'organic' look +for their graphs even though it is not all that true. + [B<-a>|B<--imgformat> B|B|B|B] Image format for the generated graph. For the vector formats you can