home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / win32 / 2833 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.0 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!ames!sun-barr!olivea!sgigate!odin!mips!wildcat.mti.sgi.com!anoosh
  2. From: anoosh@wildcat.mti.sgi.com (Anoosh Hosseini)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: Unicode + textout
  5. Message-ID: <1ivpnaINNaog@spim.mti.sgi.com>
  6. Date: 13 Jan 93 01:02:34 GMT
  7. Reply-To: anoosh@mti.sgi.com  (Anoosh Hosseini)
  8. Organization: SGI, Mips Technologies Inc
  9. Lines: 16
  10. NNTP-Posting-Host: wildcat.mti.sgi.com
  11.  
  12. Reading over Unicode sections of the on-line-help, though there seems
  13. to be good support for 2byte-wide strings in NT, there is not much written
  14. about output of Unicode text. 
  15.  
  16. -Does textout continue to expect 1 byte strings? (looks like it)
  17. -There is no function that knows how to deal with a multi-lingual string.
  18.  The solution being to cut up the Unicode string into sub-strings and 
  19.  performing appropriate textout with appropriate fonts.
  20.  
  21. -How are fonts related to languages etc... How do I ask  "do we have
  22.  a spanish font installed?"
  23.  
  24.  
  25. thanks,
  26.  
  27. -anoosh
  28.