home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / system / 15825 < prev    next >
Encoding:
Text File  |  1993-01-05  |  4.7 KB  |  139 lines

  1. Newsgroups: comp.sys.mac.system
  2. Path: sparky!uunet!spsgate!mogate!newsgate!godzilla.sps.mot.com!rtmd30
  3. From: Greg Ferguson <rtmd30@email.sps.mot.com>
  4. Subject: Re: Can the font used by TeachText be changed?
  5. Message-ID: <1993Jan5.194427.1081@newsgate.sps.mot.com>
  6. X-Xxmessage-Id: <A76F32012103320C@godzilla.sps.mot.com>
  7. X-Xxdate: Tue, 5 Jan 93 18:39:29 GMT
  8. Sender: usenet@newsgate.sps.mot.com
  9. Nntp-Posting-Host: 220.1.50.12
  10. Organization: Motorola, Inc.
  11. X-Useragent: Nuntius v1.1.1d16
  12. References: <1993Jan3.182144.19801@burrhus.harvard.edu>
  13. Date: Tue, 5 Jan 1993 19:44:27 GMT
  14. Lines: 123
  15.  
  16. > kik@isr.harvard.edu (Ken Kreshtool) writes:
  17. > > Can TeachText's font default be changed? I would love to be able to
  18. > > use Monaco, since 90 percent of what I use TeachText for is looking
  19. > > at text that was originally created using a monospaced font, such as
  20. > > these rn postings.  Can the font be changed within TeachText itself?
  21. > > If not, can it be changed via some System level change?
  22. > TeachText uses the default application font, normally Geneva.  By
  23. changing
  24. > the default application font, you change the font TeachText uses.  If 
  25. > you're not a programmer, there is a cdev that will do this, but I can't
  26. > remember its name.  (Note: I know this works with the TeachText
  27. distributed
  28. > a few years ago.  It may not work with System 7's TeachText.)
  29. > -- 
  30. > Thomas Insel (tinsel@uiuc.edu)
  31. >   "Just think of the tragedy of teaching children not to doubt." 
  32. >                     -- Clarence Darrow
  33.  
  34. We just went through all this about two weeks ago on the news.
  35.  
  36. I'll post the instructions once more.
  37.  
  38.  
  39. Regards,
  40.  
  41. Greg
  42.  
  43. -----[ attached message ]-----
  44.  
  45. Errors-To: uunet!CORNELL.EDU!abf1
  46. Errors-To: uunet!CORNELL.EDU!abf1
  47. Comment:  Nuntius Newsreader Discussion
  48. Originator: nuntius-l@cornell.edu
  49. Errors-To: uunet!CORNELL.EDU!abf1
  50. Reply-To: uunet!CORNELL.EDU!nuntius-l
  51. Sender: uunet!CORNELL.EDU!nuntius-l
  52. Version: 5.5 -- Copyright (c) 1991/92, Anastasios Kotsikonas
  53. From: uunet!emr.ca!knguyen
  54. To: Multiple recipients of list <nuntius-l@cornell.edu>
  55. Subject: About Text Editor for posting
  56. Date: Wed, 26 Aug 1992 12:37:00 -0400
  57.  
  58. Hi,
  59. Michael Hecht in Digest-16 says :
  60. Reply to    RE>What Editor is good?
  61. >What text editor do you all use for composing articles?
  62.  
  63. I tried Edit II for a while, but the lack of automatic word wrap drove me
  64. nuts.
  65. I finally switched to Microsoft Word 5.0. I've set up my default Normal
  66. style to
  67. be Courier 10 pt. with a right margin at 6 inches. That gives me word
  68. wrap at
  69. about 75 columns, which is what it's set to in Nuntius. Works for me!
  70.  
  71. --Michael
  72. ----------------------------------------
  73. I answer to you basing on  the digest-16, so the format is different from
  74. rn.
  75. The question about Text Editor for posting is one of my painstaking
  76. seaching. At last, I decide why not using TeachText, but it has no Monaco
  77. 9
  78. which is the most, most favorite typeface and size I like. Obviously, I'm
  79. not programmer ,so I post my request on comp.sys.mac.apps thinking that
  80. maybe I will find one helper somewhere.
  81. At last, one guy from Germany whose name is Frank Probul is the author of
  82. "MiniSystem-Installer-1.0b1" (Sumex/util). He sent me a concise, accurate
  83. instructions how to create TeachText of Monaco 9. Asking about 75-column
  84. width, he says that it needs rewrite the s/w, but autowrapping can be done
  85. by resizing the window (!). Anyway, from now on I use "my TeachText monaco
  86. 9" for posting from Nuntius. I did make my custom TeachText successfully
  87. with Resedit.
  88. One more thing is about "local selection" in doing follow-ups as an option
  89. in Nuntius. I know Peter will never answer me about this, won't you ?
  90. Here's my request and the answer from Frankie :
  91. ----------
  92. |> How can you set your preferred typeface and size ? For example, I
  93. would 
  94. |> like to have Monaco size 9 in every window of TeachText. The reason is 
  95. |> I want to use TeachText as text editor for editing posting in Nuntius; 
  96. |> furthermore my favorite typeface and size is Monaco 9. 
  97.  
  98. Changing the font an size in TeachText:
  99.  
  100. Copy TeachText, rename it for the font you want like "TeachText Monaco 9"
  101. Open this TeachText with ResEdit.
  102. Open CODE-Resource 1.
  103.  
  104. CHANGE FONT:
  105.  
  106. Search for "0001 A887" at offset $4A88 (or near this address)
  107.   0001: Font ID,
  108.   A887: TextFont Trap ID
  109. change the ID for the font you want: documented in Inside Mac 1, Page 219
  110.    2: NewYork
  111.    3: Geneva
  112.    4: Monaco
  113.  $14: Times
  114.  $15: Helvetica
  115.  $16: Courier
  116.  
  117. SIZE:
  118.  
  119. Search for "000C A88A" at offset $4A88 (or near this address)
  120.   000C: size,
  121.   A88A: TextSize Trap ID
  122. change the size, documented in Inside Mac 1, Page 219
  123.   0009:  9-Point
  124.   000A: 10-Point
  125.   000C: 12-Point
  126.   000E: 14-Point
  127.   0012: 18-Point
  128.  
  129. Save and exit. That's it.
  130. --------------
  131. Hope this help.
  132.  
  133.        Khanh Kim, Nguyen
  134.        internet : knguyen@emr.ca
  135.        cc:mail: knguyen@cc2smtp.emr.ca
  136.