Credits Overview Plotting Styles Commands Terminals

fonts

The details of font selection are complicated. For more information please see the separate section under fonts gd.

Examples:

      set terminal gif medium noenhanced size 640,480 background '#ffffff'

Use the medium size built-in non-scaleable, non-rotatable font. Enhanced text mode will not work with this font. Use white (24 bit RGB in hexadecimal) for the non-transparent background.

      set terminal gif font arial 14

Searches for a font with face name 'arial' and sets the font size to 14pt.