home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / apple2 / 25377 < prev    next >
Encoding:
Internet Message Format  |  1992-12-11  |  2.3 KB

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!agate!stanford.edu!apple!goofy!mumbo.apple.com!gallant.apple.com!city-lights.apple.com!user
  2. From: mattd@apple.com (Matt Deatherage)
  3. Newsgroups: comp.sys.apple2
  4. Subject: Re: Using fonts > 255 points
  5. Message-ID: <mattd-111292183651@city-lights.apple.com>
  6. Date: 12 Dec 92 02:39:02 GMT
  7. References: <9212052139.AA20956@chasm.scar.utoronto.ca> <mattd-081292162405@city-lights.apple.com> <1992Dec10.054453.2276@r-node.gts.org> <1992Dec11.061118.20335@vela.acs.oakland.edu>
  8. Sender: news@gallant.apple.com
  9. Followup-To: comp.sys.apple2
  10. Organization: Developer Support Center, Apple Computer, Inc.
  11. Lines: 36
  12.  
  13. In article <1992Dec11.061118.20335@vela.acs.oakland.edu>,
  14. mkheintz@vela.acs.oakland.edu (Michael Heintz) wrote:
  15. > Since it is possible to take TrueType Font data and use Pointless to render
  16. > a bitmap font, would it be possible to translate the TrueType data into a
  17. > PICT?  If this was possible, we could generate a PICT of "A" and then scale
  18. > it to any size.
  19.  
  20. You seem to be asking if a TrueType character could be turned into a PICT
  21. that contains curves to describe the letter, so that when the picture is
  22. scaled the curves are scaled also.
  23.  
  24. That answer is "no" -- QuickDraw doesn't have generic Bezier curve support
  25. that TrueType or Type 1 requires.
  26.  
  27. PICTs scale text normally, but that's because QuickDraw Auxiliary calls
  28. the Font Manager to ask for the right size font for the destination you're
  29. drawing the picture to.  If you draw a picture of Times 10 "Hi there!" in
  30. a rectangle twice as wide and twice as tall as the original, QuickDraw
  31. asks for Times 20 when drawing the doubly-sized picture.  It doesn't
  32. turn fonts into curves and scale those.
  33.  
  34. >     Just curious,
  35. >         ...Mike
  36. > -- 
  37. > Michael Heintz, Oakland University - Rochester, Michigan
  38. > InterNet:  mkheintz@vela.acs.oakland.edu 
  39. > BITNET:    mkheintz@oakland.BITNET
  40.  
  41. ============================================================================
  42. Matt Deatherage, Developer Support Center, Apple Computer, Inc.
  43. Personal mail only -- please POST technical questions, questions about
  44. Apple and its policies, where to find documents and related inquiries.
  45. The opinions I express don't represent Apple, which makes us both happy.
  46. ============================================================================
  47.