Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!mcdphx!hrc!gtephx!campbellb From: campbellb@gtephx.UUCP (Brian Campbell) Newsgroups: comp.sys.apple2 Subject: Re: DrawChar Summary: Possible explanation Message-ID: <237@viking.gtephx.UUCP> Date: 26 Feb 91 15:48:58 GMT References: <2592@kluge.fiu.edu> Organization: gte Lines: 10 In article <2592@kluge.fiu.edu>, acmfiu@serss0.fiu.edu (ACMFIU) writes: > i setup a window with no title. now, when i moveto local coordinates (0, 5) > with 0 as vertical and 5 as horizontal, why or why when i drawchar ('a') > doesn't the 'a' get drawn to the upper left corner of the window. it seems I believe that it draws characters above and to the right of the coordinates. In other words, you should specify a coordinate that represents the lower left corner of the first character. For example, to display a character that is eight pixels high, to the left of the screen, and at the very top of the screen, use coordinates (0,7).