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

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

[Octave-bug-tracker] [bug #58717] Inputting Chinese Characters and Resiz


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #58717] Inputting Chinese Characters and Resizing windows will cause a mess
Date: Thu, 16 Jul 2020 02:38:41 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36

Follow-up Comment #3, bug #58717 (project octave):

If you are using the "qt" toolkit, there is a little "hackaround":


x = -10:.2:10;
y = sin (x);
plot (x, y);
title ("你好", "FontName", "IPAGothic");


This must be run from a script or function, as the terminal is sometimes
reluctant to accept non-ASCII characters.  You can of course choose any other
installed font "IPAGothic" supporting Chinese characters.

The "FontName" attribute can be set for many plotting widgets.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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