Path: utzoo!attcan!uunet!lll-winken!ncis.llnl.gov!ncis!helios.ee.lbl.gov!pasteur!ucbvax!hoptoad!tim From: tim@hoptoad.uucp (Tim Maroney) Newsgroups: comp.sys.mac.programmer Subject: Re: Text Drawing at speeds greater than 1200baud Message-ID: <6336@hoptoad.uucp> Date: 18 Jan 89 18:00:15 GMT References: <2243@uokmax.UUCP> <27572@ucbvax.BERKELEY.EDU> Reply-To: tim@hoptoad.UUCP (Tim Maroney) Organization: Eclectic Software, San Francisco Lines: 16 In article <27572@ucbvax.BERKELEY.EDU> oster@dewey.soe.berkeley.edu.UUCP (David Phillip Oster) writes: >The ultimate in text drawing speed can be achieved by: >(o) using a custom font, where each character is 7 pixels high, and, say, >9 pixels tall. f there is one pixel of white space between characters, >then each pixel fits in an 8-bit wide cell. Sounds good, but when you do the math, the characters are too wide. 512 bits on the screen; 16 for a scroll bar; 8 for margins and borders; 512 - (16 + 8) = 488; 488 / 8 = 61 characters. You need 80. -- Tim Maroney, Consultant, Eclectic Software, sun!hoptoad!tim "The negro slaves of the South are the happiest, and, in some sense, the freest people in the world. The children and the aged and infirm work not at all, and yet have all the comforts and neccessaries of life provided for them." -- George Fitzhugh, CANNIBALS ALL! OR, SLAVES WITHOUT MASTERS, 1857