nanogui: Thread: Added Korean text output support to microwindows


[<<] [<] Page 1 of 1 [>] [>>]
Subject: Added Korean text output support to microwindows
From: "Kevin" ####@####.####
Date: 19 Feb 2001 21:39:17 -0000
Message-Id: <008601c09abe$178f39a0$2a8074d2@hanq>

Hi, 

It is pleased to say that Korean KSC5601 support is added on Microwindows.
Currently it support just 16x16 fixed sized text output. It works fine on my Linux machine.
For the curious, I put the related souces to the following: http://prg-lib.net/download/ksc5601-things.tar.gz

Regards,

Kevin O
Subject: Re: Added Korean text output support to microwindows
From: "Kevin" ####@####.####
Date: 26 Mar 2001 10:11:04 -0000
Message-Id: <001601c0b5de$613982a0$2ae36ad2@hanq>

Korean font used in Microwindows is BUILT-IN johap font with KSC5601
encondings. It means that Korean font is loaded when microwindows start and
cannot be unloaded if hangul supporting enabled.

You can print out Korean texts just like ascii texts out using system
built-in font.
Look for the attatched two files. One is for win32api and another is for
nano api.

Regards,

Kevin
####@####.####


> But, how can I use it?
> No sample program was found and I have trouble to use it.
> What's the name of this font? AFAIK, GrCreateFont need font name to
create.
> If you send me a sample program, it will be greatly appreciated.
>
> Thanks.
>
> ========================================================================
> Seol,Keun-Seok.      innoPLUS Co., Ltd.(http://www.innoplus.com)
> Room 601, Daeduk-building, 1329, Dunsan-Dong, Seo-gu, Taejon, S.Korea
> ####@####.#### ####@####.####
> Tel:+82-42-472-2010  Fax:+82-42-485-2211 PCS:+82-16-462-8498
> ========================================================================
> ? ??.             ?)?????(http://www.innoplus.com)
> ??? ?? ??? 1329, ???? 601?(???? 302-830)
> ========================================================================
> ----- Original Message -----
> From: "Kevin" ####@####.####
> To: "Greg Haerr" ####@####.####
> Cc: ####@####.####
> Sent: Tuesday, February 20, 2001 6:48 AM
> Subject: Added Korean text output support to microwindows
>
>
> > Hi,
> >
> > It is pleased to say that Korean KSC5601 support is added on
Microwindows.
> > Currently it support just 16x16 fixed sized text output. It works fine
on my Linux machine.
> > For the curious, I put the related souces to the following:
http://prg-lib.net/download/ksc5601-things.tar.gz
> >
> > Regards,
> >
> > Kevin O
> >

[Content type application/octet-stream not shown. Download]

[Content type application/octet-stream not shown. Download]
Subject: Re: Added Korean text output support to microwindows
From: Isaac Hwak Han (=?iso-8859-1?Q?=C7=D1=C8=AE?=) ####@####.####
Date: 26 Mar 2001 10:37:51 -0000
Message-Id: <3ABF1C1D.FCA1FA95@technonia.com>

Keun-Seok. If you need some help with using Kevin's excellent
support for displaying Jo-Hab font, I could help you. I also
implemented displaying KSC5601-87 Wan-Sung encoded font (it
requires much more space, about 250K with 16x16, but have some
benefits as you know) and nowadays delving into supporting Hangul
input in edit control.

From another Korean microwindows developer.
-- 
Isaac Hwak Han (ÇÑÈ®)
####@####.####
http://www.technonia.com


Kevin wrote:
> 
> Korean font used in Microwindows is BUILT-IN johap font with KSC5601
> encondings. It means that Korean font is loaded when microwindows start and
> cannot be unloaded if hangul supporting enabled.
> 
> You can print out Korean texts just like ascii texts out using system
> built-in font.
> Look for the attatched two files. One is for win32api and another is for
> nano api.
> 
> Regards,
> 
> Kevin
> ####@####.####
> 
> > But, how can I use it?
> > No sample program was found and I have trouble to use it.
> > What's the name of this font? AFAIK, GrCreateFont need font name to
> create.
> > If you send me a sample program, it will be greatly appreciated.
> >
> > Thanks.
> >
> > ========================================================================
> > Seol,Keun-Seok.      innoPLUS Co., Ltd.(http://www.innoplus.com)
> > Room 601, Daeduk-building, 1329, Dunsan-Dong, Seo-gu, Taejon, S.Korea
> > ####@####.#### ####@####.####
> > Tel:+82-42-472-2010  Fax:+82-42-485-2211 PCS:+82-16-462-8498
> > ========================================================================
> > ? ??.             ?)?????(http://www.innoplus.com)
> > ??? ?? ??? 1329, ???? 601?(???? 302-830)
> > ========================================================================
> > ----- Original Message -----
> > From: "Kevin" ####@####.####
> > To: "Greg Haerr" ####@####.####
> > Cc: ####@####.####
> > Sent: Tuesday, February 20, 2001 6:48 AM
> > Subject: Added Korean text output support to microwindows
> >
> >
> > > Hi,
> > >
> > > It is pleased to say that Korean KSC5601 support is added on
> Microwindows.
> > > Currently it support just 16x16 fixed sized text output. It works fine
> on my Linux machine.
> > > For the curious, I put the related souces to the following:
> http://prg-lib.net/download/ksc5601-things.tar.gz
> > >
> > > Regards,
> > >
> > > Kevin O
> > >
> 
>   -----------------------------------------------------------------
>               Name: MTEST.C
>    MTEST.C    Type: C ¿øº» ÆÄÀÏ (application/x-unknown-content-type-cfile)
>           Encoding: quoted-printable
> 
>                 Name: LOGFONT.C
>    LOGFONT.C    Type: C ¿øº» ÆÄÀÏ (application/x-unknown-content-type-cfile)
>             Encoding: quoted-printable
> 
>   -----------------------------------------------------------------
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ####@####.####
> For additional commands, e-mail: ####@####.####
Subject: Re: Added Korean text output support to microwindows
From: "Seol,Keun-Seok" ####@####.####
Date: 26 Mar 2001 12:34:50 -0000
Message-Id: <01a201c0b5f1$2413d840$c800a8c0@lan.innoplus.com>

Hi, all.

I found Kevin's tar file has a minor bug.
The "devfont.c" file should be located at "engine" directory.
But this file is currently located at "engines" directory.
So the original file can't  be properly updated when untaring it.

Thanks Kevin for your prompt reply to my private request.

========================================================================
Seol,Keun-Seok.      innoPLUS Co., Ltd.(http://www.innoplus.com)
Room 601, Daeduk-building, 1329, Dunsan-Dong, Seo-gu, Taejon, S.Korea
####@####.#### ####@####.####
Tel:+82-42-472-2010  Fax:+82-42-485-2211 PCS:+82-16-462-8498
========================================================================
? ??.             ?)?????(http://www.innoplus.com)
??? ?? ??? 1329, ???? 601?(???? 302-830)
========================================================================

> > ----- Original Message -----
> > From: "Kevin" ####@####.####
> > To: "Greg Haerr" ####@####.####
> > Cc: ####@####.####
> > Sent: Tuesday, February 20, 2001 6:48 AM
> > Subject: Added Korean text output support to microwindows
> >
> >
> > > Hi,
> > >
> > > It is pleased to say that Korean KSC5601 support is added on
> Microwindows.
> > > Currently it support just 16x16 fixed sized text output. It works fine
> on my Linux machine.
> > > For the curious, I put the related souces to the following:
> http://prg-lib.net/download/ksc5601-things.tar.gz
> > >
> > > Regards,
> > >
> > > Kevin O
> > >
> 
[<<] [<] Page 1 of 1 [>] [>>]


Powered by ezmlm-browse 0.20.