home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / windows / x / 15621 < prev    next >
Encoding:
Text File  |  1992-08-25  |  977 b   |  26 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!noc.near.net!gateway!miki!oj
  3. From: oj@miki.pictel.com (Oliver Jones)
  4. Subject: Re: How to get rasterized outline fonts in a window?
  5. Message-ID: <1992Aug25.174115.1994@miki.pictel.com>
  6. Organization: PictureTel Corporation
  7. References: <1992Aug20.165540.20980@cimlinc.uucp>
  8. Date: Tue, 25 Aug 1992 17:41:15 GMT
  9. Lines: 15
  10.  
  11. In article <1992Aug20.165540.20980@cimlinc.uucp> bharper@cimlinc.uucp (Brett Harper) writes:
  12. >I would like to render outline style fonts 
  13. >to a window.  I have the rasterizer but have no efficient way to get
  14. >the resultant bitmap into the window.  How is this usually done?  
  15.  
  16. XPutImage.  Take a look at the Xlib source for a routine like
  17. XCreateBitmapFromData.
  18.  
  19. >(BTW: The application makes HEAVY use of text.)
  20.  
  21. Frame Maker works this way, and works quite well.
  22.  
  23. >Does X11R5 provide a server side renderer that takes care of this problem?
  24.  
  25. Yes, R5 can render from Bitstream Speedo and PostScript Type 1 outlines.
  26.