X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6ae7410f5522bc6047b842359318fc9521353186..dc484d491b15355285a89da275c58c2ef247d1f4:/docs/latex/wx/dc.tex?ds=sidebyside diff --git a/docs/latex/wx/dc.tex b/docs/latex/wx/dc.tex index e96191b915..c7242bf74f 100644 --- a/docs/latex/wx/dc.tex +++ b/docs/latex/wx/dc.tex @@ -639,9 +639,9 @@ font is returned. \constfunc{wxLayoutDirection}{GetLayoutDirection}{\void} Gets the current layout direction of the device context. On platforms where RTL layout -is supported, the return value will either be \texttt{wxLayout_LeftToRight} or -\texttt{wxLayout_RightToLeft}. If RTL layout is not supported, the return value will -be \texttt{wxLayout_Default}. +is supported, the return value will either be \texttt{wxLayout\_LeftToRight} or +\texttt{wxLayout\_RightToLeft}. If RTL layout is not supported, the return value will +be \texttt{wxLayout\_Default}. \wxheading{See also} @@ -1016,7 +1016,7 @@ See also \helpref{wxFont}{wxfont}. \func{void}{SetLayoutDirection}{\param{wxLayoutDirection}{ dir}} Sets the current layout direction for the device context. \arg{dir} may be either -\texttt{wxLayout_Default}, \texttt{wxLayout_LeftToRight} or \texttt{wxLayout_RightToLeft}. +\texttt{wxLayout\_Default}, \texttt{wxLayout\_LeftToRight} or \texttt{wxLayout\_RightToLeft}. \wxheading{See also} @@ -1153,3 +1153,4 @@ Message is a message to show while printing. \func{bool}{StartPage}{\void} Starts a document page (only relevant when outputting to a printer). +