|
From: | Andrej Lojdl |
Subject: | Re: Google Summer of Code - LaTeX processing |
Date: | Mon, 10 Jun 2013 22:07:32 +0200 |
On Fri, Jun 7, 2013 at 11:37 AM, Patrick Noffke <address@hidden> wrote:The problem definitely seems to be with gnuplot, and fltk looks fine to me.Obviously, the FreeType-based text engine is only used for FLTK, not gnuplot (though some gnuplot terminal might also use FreeType for test rendering).Also, with both gnuplot and fltk, I get this result for the fontname:
figure;h = title('Line 1');get(h, 'FontName')
ans = *
figure;h = title('Line 1', 'FontName', 'Times');get(h, 'FontName')
ans = Times
Why do I get '*' for the default fontname, or how can I determine what
font is being used?Basically, '*' means use some "system" font.Michael.
[Prev in Thread] | Current Thread | [Next in Thread] |