Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!info-atari From: info-atari@ucbvax.UUCP Newsgroups: net.micro.atari Subject: Re: Character sets Message-ID: <8511280009.AA07648@hunter.amiga.uucp> Date: Wed, 27-Nov-85 19:09:00 EST Article-I.D.: hunter.8511280009.AA07648 Posted: Wed Nov 27 19:09:00 1985 Date-Received: Fri, 29-Nov-85 00:15:01 EST References: <8511251335.AA13622@ucbvax.berkeley.edu> Sender: daemon@ucbvax.BERKELEY.EDU Organization: Commodore-Amiga Inc., 983 University Ave #D, Los Gatos CA 95030 Lines: 13 For Amiga: (not my organization, not inpartial) 1) You can define your own character sets. 2) The speed is comprable to the built in rom sets for characters of about the same size and shape (fixed pitch) 3) any size font is allowed. 4) partial fonts (<256 characters) are allowed and encoraged. 5) to output text in your font you: AddFont(texffont); OpenFont(textatribute); Text(rastport, string, chat_count); A font editor is not yet available from Commodore-Amiga. --Bruce.