6 Mar 2003 23:46
10 Mar 2003 15:22
Re: [Freetype] OpenType Support
Werner LEMBERG <wl <at> gnu.org>
2003-03-10 14:22:20 GMT
2003-03-10 14:22:20 GMT
> I did not find any documentation to layout international strings,
> especially arabic. Can vou please send me some sample code!
Only FreeType 1 has (some) support for GSUB and GPOS tables.
> Can i use version 2.0.3 ???
No. Get ICU or Pango.
Werner
11 Mar 2003 09:47
27 Mar 2003 20:23
Bitmap fonts update -- please test
Juliusz Chroboczek <jch <at> pps.jussieu.fr>
2003-03-27 19:23:46 GMT
2003-03-27 19:23:46 GMT
Hello, On http://www.pps.jussieu.fr/~jch/software/files/freetype-bitmap-20030327.patch.gz you will find a patch that has the following effects: - makes the XFree86 server use the system-wide FreeType library rather than the one included with XFree86; - makes the FreeType backend grok bitmap fonts (BDF, PCF and sfnt-wrapped); - makes some minor changes to the fontdir logic to pass bitmap entries to scalable backends. The latter change is necessary because the bitmap entry points do not provide enough information to perform on-the-fly reencoding (or at least I think so). Keith, could you please check my changes to fontfile? Known bugs include the fact that it will only deal correctly with Unicode-encoded PCF fonts, due to a limitation of current versions of FreeType. It would deal correctly with BDF fonts, were it not for a different bug in FreeType. If you're courageous, you should be able to compile a server with this patch and with the legacy bitmap backends compiled out. Note, however, that doing that will currently break mkfontdir. Things remaining to do: - fix the issues with the FreeType libs; - fix fonttosfnt now that it can actually be used; - fix mkfontdir; - implement fontconfig-based FPEs. I'll be away from e-mail next week, so please don't worry if you receive no reply from me over that period. Regards, Juliusz P.S. David, it goes without saying that this patch is not ready to be committed.
RSS Feed