octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Google Summer of Code - LaTeX processing


From: Michael Goffioul
Subject: Re: Google Summer of Code - LaTeX processing
Date: Fri, 7 Jun 2013 17:44:05 -0400

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]