From: Graham Percival Date: Tue, 24 Apr 2007 10:36:17 +0000 (-0700) Subject: Add warning about international fonts. X-Git-Tag: release/2.11.23-1~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7d45ed56201563544c78f523b27573b0a57b7082;p=lilypond.git Add warning about international fonts. --- diff --git a/Documentation/topdocs/INSTALL.texi b/Documentation/topdocs/INSTALL.texi index ed45e4c79b..a8bfaa6153 100644 --- a/Documentation/topdocs/INSTALL.texi +++ b/Documentation/topdocs/INSTALL.texi @@ -123,6 +123,10 @@ software newer. 8.50 recommended) @end itemize +International fonts are required to create music with international text +or lyrics. See @ref{Fonts} for more information. + + @subsection Building documentation You can view the documentation online at @@ -359,5 +363,29 @@ or @end itemize +@section Fonts + +On MacOs X, all fonts are installed by default. + +On Linux, international fonts are installed by different means on +every distribution. We cannot list the exact commands or packages +that are necessary, as each distribution is different, and the exact +package names within each distribution changes. Here are some +hints, though: + +@verbatim +Red Hat Fedora + + taipeifonts fonts-xorg-truetype ttfonts-ja fonts-arabic \ + ttfonts-zh_CN fonts-ja fonts-hebrew + +Debian GNU/Linux + + apt-get install emacs-intl-fonts xfonts-intl-.* \ + ttf-kochi-gothic ttf-kochi-mincho \ + xfonts-bolkhov-75dpi xfonts-cronyx-100dpi xfonts-cronyx-75dpi +@end verbatim + + @bye