next up previous contents index
Next: Pngcairo Up: Png Previous: Png   Contents   Index


Examples


     set terminal png medium size 640,480 xffffff

Use the medium size built-in non-scaleable, non-rotatable font. Use white (xffffff) for the non-transparent background.


     set terminal png font arial 14 size 800,600

Searches for a scalable font with face name 'arial' and sets the font size to 14pt. Please see fonts (p. [*]) for details of how the font search is done.


     set terminal png transparent truecolor enhanced

Use 24 bits of color information per pixel, with a transparent background. Use the enhanced text mode to control the layout of strings to be printed.



2011-11-30