Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 1998 14:28:53 +0200 (CEST)
From:      Zahemszky Gabor <zgabor@zg.CoDe.hu>
To:        freebsd.org!freebsd-questions@zg.CoDe.hu
Subject:   Type1 fonts
Message-ID:  <199806191228.OAA00993@CoDe.hu>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806191228.OAA00993>