Bring the comments on nsRenderingContextWin::SetRightToLeftText in line with the code. Bug 104791, r/rs=pavlov

This commit is contained in:
simon%softel.co.il 2001-10-15 10:24:06 +00:00
Родитель 0346ac2b60
Коммит d11eac45cc
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -2993,8 +2993,7 @@ nsRenderingContextWin::ConditionRect(nsRect& aSrcRect, RECT& aDestRect)
/**
* Let the device context know whether we want text reordered with
* right-to-left base direction. The Windows implementation does this
* by setting the fuOptions parameter to ETO_RTLREADING in calls to
* ExtTextOut()
* by calling SetTextAlign() to set or clear the flag TA_RTLREADING
*/
NS_IMETHODIMP
nsRenderingContextWin::SetRightToLeftText(PRBool aIsRTL)