[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Freetype] ICU
From: |
Ingo Maier |
Subject: |
Re: [Freetype] ICU |
Date: |
26 Mar 2002 22:51:16 +0100 |
> Ingo Maier a écrit :
> >
> > Has anyone experience with the ICU LayoutEngine? Specifically, I have
> > problems with implementing the LEFontInstance. E.g. what shall
> > getFontTable() return
>
> Sorry, can't help you there since I don't know what getFontTable() does
getFontTable() gets any font table out of a font. Any possibility to do
that? Well, those returned by FT_Get_Sfnt_Table() are not enough.
Hmm, I think there were something like TT_Get_Font_Data() in FT1. Is
there is similar function in FT2?
Thanks a lot.