Re: hint for vertical writing mode to input method

2015-04-06 Thread Makoto Kato
Hi, Matthias. Thank you for reply. This hint will be used on candidate window layout by IME. By default, each word item into candidate window is top to down. [*1] Although I create screenshots [*2] for Windows and OSX, both OS's IMEs can change the layout (item is right-to-left or left-to-right

Re: hint for vertical writing mode to input method

2015-04-05 Thread Matthias Clasen
On Tue, Mar 31, 2015 at 3:30 AM, Makoto Kato wrote: > Hi, GTK team. > > Mozilla is implementing vertical-writing spec [*1] to Gecko rendering > engine. But GTK has no API to add hint of vertical writing mode to > input method. > > Other OS already has the following method / attribute for this cas

hint for vertical writing mode to input method

2015-03-31 Thread Makoto Kato
Hi, GTK team. Mozilla is implementing vertical-writing spec [*1] to Gecko rendering engine. But GTK has no API to add hint of vertical writing mode to input method. Other OS already has the following method / attribute for this case. OSX / Cocoa drawsVerticallyForCharacterAtIndex method https:/