fix bug 117098. Now we treat Mac as non bidi platform sr=sfraser

git-svn-id: svn://10.0.0.236/trunk@111519 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ftang%netscape.com
2002-01-08 00:45:23 +00:00
parent 56fa4da1b2
commit 8ec8052205

View File

@@ -566,11 +566,6 @@ NS_IMETHODIMP nsRenderingContextMac::GetHints(PRUint32& aResult)
// QuickDraw is prefered over to ATSUI for drawing 7-bit text
// (it's not 8-bit: the name of the constant is misleading)
result |= NS_RENDERING_HINT_FAST_8BIT_TEXT;
#ifdef IBMBIDI
// QuickDraw can handle arabic and hebrew drawing
result |= NS_RENDERING_HINT_BIDI_REORDERING;
result |= NS_RENDERING_HINT_ARABIC_SHAPING;
#endif
aResult = result;
return NS_OK;
}