Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!ncar!gatech!uflorida!reef.cis.ufl.edu!jdb From: jdb@reef.cis.ufl.edu (Brian K. W. Hook) Newsgroups: comp.windows.ms.programmer Subject: Lining up rows and columns of characters Message-ID: <27561@uflorida.cis.ufl.EDU> Date: 21 Mar 91 20:40:16 GMT Sender: news@uflorida.cis.ufl.EDU Organization: UF CIS Dept. Lines: 16 A program that I am writing lets you create a special kind of diagram that is very maze like but everything is described using a letter...e.g. AAAAAACAAAABBBBB AAAACCCAAAABAAAB AAAACAAAAAABBABB AAAAAAAAAABBBBAA Now, the problem is that when I do a TextOut or a DrawText, the letters do not align themselves correctly vertically because of the fonts. This becoming a very important issue...is there a way to make the characters line up (assign 8x8 bit maps to everything?).... Anything to solve this problem would be appreciated, Brian