|
From: | Michael Goffioul |
Subject: | Re: Google Summer of Code - LaTeX processing |
Date: | Fri, 7 Jun 2013 17:44:05 -0400 |
The problem definitely seems to be with gnuplot, and fltk looks fine to me.
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?
[Prev in Thread] | Current Thread | [Next in Thread] |