Path: news.daimi.aau.dk!news.uni-c.dk!newsfeed.sunet.se!news00.sunet.se!sunic!news.sprintlink.net!tezcat.com!imci5!imci4!newsfeed.internetmci.com!newsxfer2.itd.umich.edu!gatech!news.mathworks.com!news.kei.com!nntp.coast.net!howland.reston.ans.net!EU.net!Germany.EU.net!zib-berlin.de!uni-duisburg.de!news From: AS Newsgroups: comp.lang.beta Subject: guienv: change font on a static text. Date: Fri, 03 May 1996 22:35:08 +0200 Organization: Gerhard-Mercator-Universitaet -GH- Duisburg Lines: 13 Distribution: world Message-ID: <318A6DFC.758E@unidui.uni-dortmund.de> NNTP-Posting-Host: ppp62.uni-duisburg.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.0 (Win95; I) i have some problems with the StaticText pattern in the guienv-lib. i want to change the font style, and i tried some like this: Open ::< (# s : @TextStyle; do 'Times'->s.name; 10->s.size; s[]->style; (*...*) on intel, its ok, but on SunOs the program locks up. i also tried another font name in the -adobe-times-*-*- something. -format, but that didnt work, too. what do i have to do?