如何使用 gnuplot 的内置字体?

发布于 2024-07-05 19:26:11 字数 422 浏览 7 评论 0原文

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).

但是当我尝试使用一种字体时:

    gnuplot> set terminal png font tiny

我得到:

    Could not find/open font when opening font tiny, using default

如何使用这些看似内置的字体?

The gnuplot docs have this to say about fonts:

    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).

But when i try to use one:

    gnuplot> set terminal png font tiny

I get:

    Could not find/open font when opening font tiny, using default

How do I use these seemingly built-in fonts?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

屌丝范 2024-07-12 19:26:11

问题是,由于某种原因,对于这些字体,您不使用我上面尝试过的标准语法:

gnuplot> set terminal png font tiny

而是,您为这五种特殊字体删除了“字体”一词:

gnuplot> set terminal png tiny

The problem was that, for these fonts for some reason, you don't use the standard syntax I tried above:

gnuplot> set terminal png font tiny

But instead, you drop the word "font" for these five special fonts:

gnuplot> set terminal png tiny
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文