如何使用gnuplot';s内置字体?

如何使用gnuplot';s内置字体?,gnuplot,Gnuplot,gnuplot文档对字体有这样的描述: Five basic fonts are supported directly by the gd library. These are `tiny` (5x8 pixels), `small` (6x12 pixels), `medium`, (7x13 Bold), `large` (8x16) or `giant` (9x15 pixels). gd库直接支持五种基本字体。这些是 `微小的`(5x8像素),`small`(6x12像

gnuplot文档对字体有这样的描述:

Five basic fonts are supported directly by the gd library. These are `tiny` (5x8 pixels), `small` (6x12 pixels), `medium`, (7x13 Bold), `large` (8x16) or `giant` (9x15 pixels). gd库直接支持五种基本字体。这些是 `微小的`(5x8像素),`small`(6x12像素),`medium`,(7x13粗体), `大尺寸(8x16)或大尺寸(9x15像素)。 但当我尝试使用一个时:

gnuplot> set terminal png font tiny gnuplot>设置终端png字体 我得到:

Could not find/open font when opening font tiny, using default 使用默认设置打开字体时找不到/打开字体
如何使用这些看似内置的字体?

问题是,由于某些原因,这些字体没有使用我在上面尝试过的标准语法:

gnuplot> set terminal png font tiny
但是,您可以删除这五种特殊字体的“字体”:

gnuplot> set terminal png tiny