Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!husc6!genrad!decvax!savax!ostberg From: ostberg@savax.UUCP (Thomas M Ostberg) Newsgroups: comp.windows.x Subject: draw-direction in the server Summary: X11R3 Server Question Message-ID: <1045@savax.UUCP> Date: 10 Jul 89 15:16:13 GMT Reply-To: ostberg@savax.UUCP (Thomas M Ostberg) Organization: Sanders Associates Inc., Nashua, NH Lines: 9 Why are there two four possible draw direction values in the FontInfoRec.drawDirection structure (fontstruct.h) of: font.h: LeftToRight, RightToLeft, BottomToTop, TopToBottom When the protocol only supports two: LeftToRight and RightToLeft (X Window System Protocol X11R3 pg 42)?? It causes problems with our Ada X11R3 server because of the type mismatch.