Hi Tore,
Thanks for your kind response.
It works.
Thanks
youngho.
----- Original Message -----
From: Tore Engvig <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 05, 2001 8:51 PM
Subject: Re: How Can I add a Korean Font?
>
>
> On Tue, 5 Jun 2001, Youngho Cho wrote:
>
> > HI,
> > I would like to add Korean HYGoThic-Medium-Acro Font which is supplied from Adobe.
> >
> > How Can I add this font for FOP ?
>
> I think that is a Type 0 postscript font which fop doesn't support.
>
> > Also I trying to add Korean True Type Font GULIM.TTC , it include 4 fonts "Gulim,
>etc ".
> > When I read the ttc file , I set -ttcname "Gulim" option.
> > But the ioexception happened.
> > The reported font name by TTRReader includes "Gulim".
> > The System.out.println shows same name but the String length is 2 times longer
>than my input value.
> > So I made the xml file by force ( modified the TTFFile.java )
> > And the generated cid embed metrics xml file report the font-name tag as follows
> >
><font-name>�G�u�l�i�m,�R�e�g�u�l�a�r</font-name>
> >
> > Because of this � I couldn't sucess adding this Font.
>
> Change the font name in the xml file manually:
> <font-name>GulimRegular</font-name>
>
> This might be a bug in TTFReader. I've seen this once before with an
> old version of Arial. What happens is that TTFReader reads a unicode
> encoded name from the .ttc file, but interprets it as iso-8859-1.
>
>
> Tore
>
>
> >
> > How can I adding this True Type font ?
> >
> > Comment will be appreciated.
> >
> > Thanks
> >
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]