home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / programm / 13234 < prev    next >
Encoding:
Text File  |  1992-09-10  |  2.7 KB  |  62 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: sparky!uunet!mcsun!news.funet.fi!ajk.tele.fi!funic!nntp.hut.fi!nntp!s37732v
  3. From: s37732v@vipunen.hut.fi (Markus Juhani Aalto)
  4. Subject: Re: User preferred FONT support?
  5. In-Reply-To: kevint@hpsad.sad.hp.com's message of 5 Sep 92 00:24:19 GMT
  6. Message-ID: <S37732V.92Sep10182954@vipunen.hut.fi>
  7. Sender: usenet@nntp.hut.fi (Usenet pseudouser id)
  8. Nntp-Posting-Host: vipunen.hut.fi
  9. Organization: Helsinki University of Technology, Finland
  10. References: <25440015@hpsad.sad.hp.com>
  11. Date: 10 Sep 92 18:29:54
  12. Lines: 48
  13.  
  14. In article <25440015@hpsad.sad.hp.com> kevint@hpsad.sad.hp.com (Kevin Taddeucci) writes:
  15.  
  16.    I am attempting to support the users default fonts in a card file 
  17.    program which opens on the workbench screen. The problem is that I have a 
  18.    row of gadgets which are placed across the bottom of the screen. The 
  19.    gadgets currently re-size themselves to accommodate the font used. The only 
  20.    problem is that when the fonts get to big the gadgets begin to overlap 
  21.    each other. This happens when the point size begins to reach about 13 or 
  22.    14 and I don't really have the option of opening a bigger window since 
  23.    the window is already 640 pixels wide. 
  24.  
  25.    So, the question is how do I handle this problem and still follow C='s 
  26.    guidelines of supporting user preferred fonts?
  27.  
  28.    Should I only allow the user a maximum size and supply my own defaults if 
  29.    the size is exceeded?
  30.  
  31. I think the best way is to try use default font and if it's too big
  32. then use topaz8. Then program atleast works somehow even if the font
  33. is too big.
  34.  
  35. Or you could try to make two (three...) rows of buttons if they wont
  36. fit into one row. 
  37.  
  38. It's a shame that font scaling is so slow because then you could try
  39. to scale default font smaller.
  40.  
  41.    Any ideas would be appreciated.
  42.  
  43. Three suggestions. I think the 1st and 2nd are easiest and 3rd is nice
  44. but is too slow.
  45.  
  46.       ----------------------------- ------------------------------------
  47.      | Kevin J. Taddeucci          | e-mail: kevint@hpsad.sad.hp.com    |
  48.      | Hewlett Packard Firmware QA | HPDesk: Kevin TADDEUCCI /HP5300/A0 |
  49.      | Telnet: 794-4192            | HP Mailstop: 2LR-N                 | 
  50.       ----------------------------- ------------------------------------
  51. --
  52.  
  53.  
  54. **************************************************************************
  55. *         Markus Aalto              | Helsinki University of Technology  *
  56. *                                   |                                    *
  57. *  EMail: s37732v@vipunen.hut.fi    | Faculty of Electric Engineering    *
  58. *  Fax:   358-0-8746991 (Sometimes) |                                    *
  59. *                                   | Undergraduate in Computer Science  *
  60. **************************************************************************
  61.         
  62.