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: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #55075] text displayed in italic font is clipped on right-hand side (GUI and printing)
Date: Fri, 23 Nov 2018 05:21:10 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #2, bug #55075 (project octave):

I am attaching here a "work in progress" version of my patch:
* It solves the issue of this report.
* The bbox height is no more over estimated, see e.g. 


clf;
ht = text (0.25, 0.5, "Hello World", "FontSize", 40, ...
           "FontAngle", "Italic", "backgroundcolor", "r");


The main issue to be resolved is that now that the text bbox is more accurate,
xtick labels are too close to the axes ...

Anyway, Rik, can you test the preliminary patch?

Thanks in advance.

(file #45514)
    _______________________________________________________

Additional Item Attachment:

File name: ftbbox.patch                   Size:8 KB


    _______________________________________________________

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]