Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 1773  / 3 Years ago, thu, july 15, 2021, 10:19:43

I wish it was as simple as the title... But it isn't.



What I want is to add Japanese text with right orientation (up to down, right to left), and if there's such a thing, furigana as well.



Gimp fails at it, and I've read "there's better programs to do that" but they didn't remember to add "like insert name"...



Krita has a way of getting in my nerves, as it sometimes crashes after entering editing mode (as soon as it opens or creates a file). And it's moody, when Ubuntu restarts, it sometimes works, it sometimes goes back to crashing. I'm not sure if it has or not this feature, but since there's this problem, I'd like another.



Random image out of google as example:
http://ginsaji-blog.img.jugem.jp/20120713_70049.jpg



So that's it I guess. Hope someone can help me. :)


More From » text

 Answers
4

One possible option is Inkscape. You can import your image with File/Import..., then add your text with the Text tool. Vertical orientation is available through the dropdown at the right end of the toolbar (Orientation/Vertical).



You can of course add furigana using the same method, by shrinking the text and aligning it appropriately. It can be a bit tedious for a bunch of text though, so another idea I had was to use the formatting available in latex, build a pdf and then import that into Inkscape. Here is an example file:



documentclass{article}

usepackage{CJK, CJKvert}
usepackage[CJK, overlap]{ruby}

pagenumbering{gobble}

egin{document}
egin{CJK*}{UTF8}{min}
CJKvert

uby{健全}{けんぜん}なる
uby{魂}{たましい}は、


uby{健全}{けんぜん}なる
uby{精神}{せいしん}と


uby{健全}{けんぜん}なる
uby{肉体}{にくたい}に
uby{宿}{やど}る。
end{CJK*}
end{document}


This can be built into a pdf with pdflatex, though it is going to require at least the latex-cjk-japanese package. The pdf can then be imported with File/Import... in Inkscape.


[#30127] Saturday, July 17, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
mugustered

Total Points: 193
Total Questions: 123
Total Answers: 108

Location: Bermuda
Member since Wed, Mar 22, 2023
1 Year ago
;