home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!bu.edu!transfer!ceylon!choffman.gte.com!user
- From: chuck@gte.com (Chuck Hoffman)
- Newsgroups: comp.sys.mac.programmer
- Subject: Re: Setting font size, style, etc. using TextEdit
- Message-ID: <chuck-061192120500@choffman.gte.com>
- Date: 6 Nov 92 17:07:03 GMT
- References: <18832@bunny.GTE.COM>
- Sender: news@ceylon.gte.com
- Followup-To: comp.sys.mac.programmer
- Organization: GTE Laboratories
- Lines: 27
-
- In article <18832@bunny.GTE.COM>, rc05@gte.com (Ramesh Chandak) wrote:
- >
- > how do i change the font size, style, etc. of the text written in a boxframe
- > generated using TextEdit. Any ideas / suggestions ? Please email your
- > replies to Ramesh at rc05@gte.com. Thanx.
- >
- > - Ramesh
-
- Ramesh,
- I use the following in the Chassis sample application. If you want
- plain (non-bold, non-italic) text face, use NIL as the argument to
- TextFace.
-
- TextFont(geneva);
- TextFace(bold);
- TextSize(12);
- TextBox ("Table of Contents", 17, &workRect, teJustCenter);
-
-
- Chuck Hoffman
- chuck@gte.com
- GTE Laboratories, Waltham, Massachusetts, USA
- (617) 466-2131
- =====================================
- I'm not sure why we're here, but I am sure that while we're here we're
- supposed to help each other.
- =====================================
-