From owner-freebsd-questions Fri Jun 19 05:31:09 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA29735 for freebsd-questions-outgoing; Fri, 19 Jun 1998 05:31:09 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.euroweb.hu (mail.euroweb.hu [193.226.220.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA29705 for ; Fri, 19 Jun 1998 05:30:42 -0700 (PDT) (envelope-from hu006co@mail.euroweb.hu) Received: (from hu006co@localhost) by mail.euroweb.hu (8.8.5/8.8.5) id OAA28792 for freebsd.org!freebsd-questions; Fri, 19 Jun 1998 14:30:38 +0200 (MET DST) Received: (from zgabor@localhost) by CoDe.hu (8.8.8/8.8.8) id OAA00993 for freebsd-questions@freebsd.org; Fri, 19 Jun 1998 14:28:54 +0200 (CEST) (envelope-from zgabor) From: Zahemszky Gabor Message-Id: <199806191228.OAA00993@CoDe.hu> Subject: Type1 fonts To: freebsd.org!freebsd-questions@zg.CoDe.hu Date: Fri, 19 Jun 1998 14:28:53 +0200 (CEST) X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi! Where can I find ISO 8859-2 Type1 (*.pfb) fonts, or a fonteditor for Type1 fonts, or a TrueType -> Type1 font converter? There is a very nice WYSIWYG-editor for Linux made with Motif (the name is: MAXWELL). It uses Type1 fonts, and runs well under FreeBSD's Linux emulation on my 2.2.6. But as I'm hungarian, I'd like to use hungarian accented characters with it. Thanx, and please, send the answers to me, too: zgabor@ CoDe.hu Bye: ZGabor at CoDe dot HU PS: or if you use Maxwell, and know it, tell me, how can I say Maxwell, to use TrueType fonts from a fontserver. -- #!/bin/ksh Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;X=;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;X="$X $i";typeset +l i;};print "$X" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message