octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #64890] Font display scrambled for some fonts


From: Bill Eaton
Subject: [Octave-bug-tracker] [bug #64890] Font display scrambled for some fonts and sizes
Date: Mon, 13 Nov 2023 13:32:32 -0500 (EST)

URL:
  <https://savannah.gnu.org/bugs/?64890>

                 Summary: Font display scrambled for some fonts and sizes
                   Group: GNU Octave
               Submitter: wpeaton
               Submitted: Mon 13 Nov 2023 06:32:30 PM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 8.2.0
         Discussion Lock: Any
        Operating System: Microsoft Windows
           Fixed Release: None
         Planned Release: None


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Mon 13 Nov 2023 06:32:30 PM UTC By: Bill Eaton <wpeaton>
I think this behavior has been present for a while (i.e. in previous versions
of Octave < 8.2), but I'm just reporting it now.

For some fonts (Calibri and Cambria and probably others), and some sizes (11
through 17), the on-screen display in plots (titles, xlabel, ylabel, xticks,
yticks) is gibberish. BUT the printed files are fine. The code below (and
identical attached script) reproduce the problem. 


figure;
plot(1:10, 1:10);
xlabel('xlabel'); ylabel('ylabel'); title('title');
set(gca, 'FontName', 'Calibri');
set(gca, 'FontSize', 12); % display screwy for sizes 11-17
print('printed_file.png');
+verbatim+

Attached file 'screen_cap.png' shows the gibberish text displayed. And
'printed_file.png' shows legible text.







    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64890>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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