Python matplotlibで学ぶ…グラフ描画プログラム 新しいページはコチラ
提供: yonewiki
(→概要) |
(→概要) |
||
| 98行: | 98行: | ||
</syntaxhighlight2> | </syntaxhighlight2> | ||
| + | |||
| + | |||
| + | iPadの日本語システムフォントのfullpathは | ||
| + | /System/Library/Fonts/LanguageSupport/HiraginoSans-W3.ttc あるいは HiraginoSans-W6.ttc | ||
| + | もしくはLanguageSupportではなく、 | ||
| + | /System/Library/Fonts/CoreAddition、 | ||
| + | /System/Library/Fonts/CoreUI、 | ||
| + | /System/Library/Fonts/Core | ||
| + | と、いうようなパス名になっていると思うので、そういったフォントも使えるかもしれない。確かめろや!なるほどなるほど。また今度っすね。 | ||