summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomer Shalev <shalev.tomer@gmail.com>2010-04-02 16:45:33 +0000
committerTomer Shalev <shalev.tomer@gmail.com>2010-04-02 16:45:33 +0000
commit910ce55a41bcc47e5293077d721ff19e6a921015 (patch)
tree14251a663a06fe26f9cef3982afa756bd57ca6ee
parent4e5f9480498e1796e15fe62662b6d103f1c53e35 (diff)
downloadrockbox-910ce55a41bcc47e5293077d721ff19e6a921015.zip
rockbox-910ce55a41bcc47e5293077d721ff19e6a921015.tar.gz
rockbox-910ce55a41bcc47e5293077d721ff19e6a921015.tar.bz2
rockbox-910ce55a41bcc47e5293077d721ff19e6a921015.tar.xz
Manual: Document new 'alignment' option in text viewer, and remove now obsolete limitation
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25437 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/plugins/text_viewer.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/plugins/text_viewer.tex b/manual/plugins/text_viewer.tex
index 1206b1d..c508720 100644
--- a/manual/plugins/text_viewer.tex
+++ b/manual/plugins/text_viewer.tex
@@ -204,6 +204,12 @@ by using \emph{Open with} from the \emph{Context Menu}
(Currently, \setting{Wide} and \setting{Join} cannot be selected together.)
\end{description}
\opt{lcd_bitmap}{
+ \item[Alignment] Set the text alignment.
+ \begin{description}
+ \item[Right] Set the text alignment to the right.
+ (Useful for displaying right-to-left languages, such as Arabic or Hebrew)
+ \item[Left] Set the text alignment to the left.
+ \end{description}
\item[Show Scrollbar] Toggle the scrollbar for the current mode. If the
file fits on one screen, there is no scrollbar and toggling this setting
has no effect.
@@ -288,9 +294,3 @@ stores its settings, the current position and bookmarks in
\screenshot{plugins/images/ss-text_viewer-bookmark}{A bookmark}{img:text_viewer-bookmark}
-
-\subsubsection{Limitations}
-
-\begin{itemize}
-\item The Text Viewer does not currently support right{}-to{}-left languages.
-\end{itemize}