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: Sat, 24 Nov 2018 12:10:28 -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

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

The patch solves the issue I reported.  I think it is a step forward, and then
we have to go back and adjust the rest of the code.  It seems that the
"tightinset" propert has changed (it is probably more accurate now).  See the
results below:

Old Code:


>> get (gca, 'tightinset')
ans =

   0.048214   0.069058   0.000000   0.054762


New Code:


>> get (gca, 'tightinset')
ans =

   0.048214   0.042868   0.000000   0.050000


The second value has changed quite a bit and is probably where the fix needs
to happen.  Or, we need to add a specific offset to tightinset for all of the
labels.



    _______________________________________________________

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]