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.tar.gz
rockbox-910ce55a41bcc47e5293077d721ff19e6a921015.zip
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 1206b1d273..c508720406 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}
204 (Currently, \setting{Wide} and \setting{Join} cannot be selected together.) 204 (Currently, \setting{Wide} and \setting{Join} cannot be selected together.)
205 \end{description} 205 \end{description}
206 \opt{lcd_bitmap}{ 206 \opt{lcd_bitmap}{
207 \item[Alignment] Set the text alignment.
208 \begin{description}
209 \item[Right] Set the text alignment to the right.
210 (Useful for displaying right-to-left languages, such as Arabic or Hebrew)
211 \item[Left] Set the text alignment to the left.
212 \end{description}
207 \item[Show Scrollbar] Toggle the scrollbar for the current mode. If the 213 \item[Show Scrollbar] Toggle the scrollbar for the current mode. If the
208 file fits on one screen, there is no scrollbar and toggling this setting 214 file fits on one screen, there is no scrollbar and toggling this setting
209 has no effect. 215 has no effect.
@@ -288,9 +294,3 @@ stores its settings, the current position and bookmarks in
288 294
289\screenshot{plugins/images/ss-text_viewer-bookmark}{A bookmark}{img:text_viewer-bookmark} 295\screenshot{plugins/images/ss-text_viewer-bookmark}{A bookmark}{img:text_viewer-bookmark}
290 296
291
292\subsubsection{Limitations}
293
294\begin{itemize}
295\item The Text Viewer does not currently support right{}-to{}-left languages.
296\end{itemize}