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

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

[Octave-bug-tracker] [bug #55075] text displayed in italic font is clipp


From: Rik
Subject: [Octave-bug-tracker] [bug #55075] text displayed in italic font is clipped on right-hand side (GUI and printing)
Date: Thu, 22 Nov 2018 15:59:36 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063

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

                 Summary: text displayed in italic font is clipped on
right-hand side (GUI and printing)
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Thu 22 Nov 2018 12:59:34 PM PST
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

Try the following code:


close all
grapics_toolkit qt
ht = text (0.25, 0.5, "Hello World", "FontSize", 40, "FontAngle", "Italic");


The final letter 'd' is not fully displayed.  This is onscreen and also when
printing to a raster format such as PNG.  Printing to PDF displays the entire
text.

This is probably because the extents for the text box are not calculated
properly when the font is slanted.






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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